aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Lei <guol-fnst@fujitsu.com>2022-12-29 23:05:05 +0800
committerGitHub <noreply@github.com>2022-12-29 07:05:05 -0800
commited5f3f073b6ddc9391b4a2c2febb0d9d8a1690ef (patch)
treec7b334d9aa45b60e4958966b781a7b3d3b4036ab
parentd8cfa1552b4958a6d803184eb423a29c1f18aeaf (diff)
downloadseaweedfs-ed5f3f073b6ddc9391b4a2c2febb0d9d8a1690ef.tar.xz
seaweedfs-ed5f3f073b6ddc9391b4a2c2febb0d9d8a1690ef.zip
add more help message, in case of misunderstanding (#4092)
-rw-r--r--weed/shell/command_volume_vacuum_disable.go2
-rw-r--r--weed/shell/command_volume_vacuum_enable.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/shell/command_volume_vacuum_disable.go b/weed/shell/command_volume_vacuum_disable.go
index e285117c9..ddae744e5 100644
--- a/weed/shell/command_volume_vacuum_disable.go
+++ b/weed/shell/command_volume_vacuum_disable.go
@@ -19,7 +19,7 @@ func (c *commandDisableVacuum) Name() string {
}
func (c *commandDisableVacuum) Help() string {
- return `disable vacuuming
+ return `disable vacuuming request from Master, however volume.vacuum still works.
volume.vacuum.disable
diff --git a/weed/shell/command_volume_vacuum_enable.go b/weed/shell/command_volume_vacuum_enable.go
index ae25c9433..03284c92f 100644
--- a/weed/shell/command_volume_vacuum_enable.go
+++ b/weed/shell/command_volume_vacuum_enable.go
@@ -19,7 +19,7 @@ func (c *commandEnableVacuum) Name() string {
}
func (c *commandEnableVacuum) Help() string {
- return `enable vacuuming
+ return `enable vacuuming request from Master
volume.vacuum.enable