diff options
| author | chrislu <chris.lu@gmail.com> | 2024-09-29 11:32:18 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-09-29 11:32:18 -0700 |
| commit | 20929f2a5753a04385be2378e698c8df762b3256 (patch) | |
| tree | 6fe97f798c82ef43605a12a12846a0c51a8a336f /weed/shell/command_volume_fsck.go | |
| parent | 6564ceda915a67d5b2ded9b18a9e5be2abe3a4aa (diff) | |
| download | seaweedfs-20929f2a5753a04385be2378e698c8df762b3256.tar.xz seaweedfs-20929f2a5753a04385be2378e698c8df762b3256.zip | |
adjust resource heavy for volume.fix.replication
Diffstat (limited to 'weed/shell/command_volume_fsck.go')
| -rw-r--r-- | weed/shell/command_volume_fsck.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go index d68ec8de5..30d3ecd11 100644 --- a/weed/shell/command_volume_fsck.go +++ b/weed/shell/command_volume_fsck.go @@ -60,7 +60,7 @@ func (c *commandVolumeFsck) Name() string { } func (c *commandVolumeFsck) Help() string { - return `check all volumes to find entries not used by the filer + return `check all volumes to find entries not used by the filer. It is optional and resource intensive. Important assumption!!! the system is all used by one filer. |
