diff options
| author | chrislu <chris.lu@gmail.com> | 2022-01-12 15:04:48 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-01-12 15:04:48 -0800 |
| commit | 15c01d8b7fa680bfc910538d3dc2ac90a7472d9d (patch) | |
| tree | 214c52ac09f0260e0fcfa03a3cb6d9c3299bd948 | |
| parent | 107a4884a8374540112ac018fac55f295d0597d4 (diff) | |
| download | seaweedfs-15c01d8b7fa680bfc910538d3dc2ac90a7472d9d.tar.xz seaweedfs-15c01d8b7fa680bfc910538d3dc2ac90a7472d9d.zip | |
add some notes
| -rw-r--r-- | weed/shell/command_volume_check_disk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_check_disk.go b/weed/shell/command_volume_check_disk.go index 837f0b8c5..3a51cdcce 100644 --- a/weed/shell/command_volume_check_disk.go +++ b/weed/shell/command_volume_check_disk.go @@ -27,7 +27,7 @@ func (c *commandVolumeCheckDisk) Name() string { } func (c *commandVolumeCheckDisk) Help() string { - return `check all replicated volumes to find and fix inconsistencies + return `check all replicated volumes to find and fix inconsistencies. It is optional and resource intensive. How it works: |
