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-12 11:56:58 +0500
commitee95d23a22d55a12662c1ebc8e2292b61f505bb0 (patch)
tree20cfa0282e8cd6e67fc388e056e78b0ff90cb125
parent087fa1347f6348b829b95a03877367667cea5de8 (diff)
downloadseaweedfs-ee95d23a22d55a12662c1ebc8e2292b61f505bb0.tar.xz
seaweedfs-ee95d23a22d55a12662c1ebc8e2292b61f505bb0.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")