aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-12 11:56:58 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-20 18:40:50 +0500
commit867269cdcf6ba79d80886ee769c44742f68092b6 (patch)
tree585b42917f757f6d841be64158d510709edde503
parent6f764e101454ba85e50fcdfab056fcb5d8c66584 (diff)
downloadseaweedfs-867269cdcf6ba79d80886ee769c44742f68092b6.tar.xz
seaweedfs-867269cdcf6ba79d80886ee769c44742f68092b6.zip
help rack
-rw-r--r--weed/shell/command_volume_server_evacuate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_server_evacuate.go b/weed/shell/command_volume_server_evacuate.go
index 37fb29b14..dad8d8626 100644
--- a/weed/shell/command_volume_server_evacuate.go
+++ b/weed/shell/command_volume_server_evacuate.go
@@ -48,7 +48,7 @@ func (c *commandVolumeServerEvacuate) Do(args []string, commandEnv *CommandEnv,
vsEvacuateCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
volumeServer := vsEvacuateCommand.String("node", "", "<host>:<port> of the volume server")
- volumeRack := vsEvacuateCommand.String("rack", "", "rack for then volume servers")
+ volumeRack := vsEvacuateCommand.String("rack", "", "source rack for the volume servers")
targetServer := vsEvacuateCommand.String("target", "", "<host>:<port> of target volume")
skipNonMoveable := vsEvacuateCommand.Bool("skipNonMoveable", false, "skip volumes that can not be moved")
applyChange := vsEvacuateCommand.Bool("force", false, "actually apply the changes")