aboutsummaryrefslogtreecommitdiff
path: root/weed/shell
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-05-30 12:03:22 -0700
committerchrislu <chris.lu@gmail.com>2024-05-30 12:03:22 -0700
commit41cc825ddbeaea3659e6899f1753be83554ae9fe (patch)
treec7fdc71a565feadfa5e847c445046a27a515aa27 /weed/shell
parentd1f0c404023a6ad5b4b9b80b85ef41948fc0c48e (diff)
parent3ddfd15ec1428f9928a1248f8f8b7bc00ffd89b7 (diff)
downloadseaweedfs-41cc825ddbeaea3659e6899f1753be83554ae9fe.tar.xz
seaweedfs-41cc825ddbeaea3659e6899f1753be83554ae9fe.zip
Merge branch 'master' into mq
Diffstat (limited to 'weed/shell')
-rw-r--r--weed/shell/command_volume_server_leave.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_server_leave.go b/weed/shell/command_volume_server_leave.go
index c4714b885..d0dd023af 100644
--- a/weed/shell/command_volume_server_leave.go
+++ b/weed/shell/command_volume_server_leave.go
@@ -25,7 +25,7 @@ func (c *commandVolumeServerLeave) Name() string {
func (c *commandVolumeServerLeave) Help() string {
return `stop a volume server from sending heartbeats to the master
- volume.unmount -node <volume server host:port> -force
+ volumeServer.leave -node <volume server host:port> -force
This command enables gracefully shutting down the volume server.
The volume server will stop sending heartbeats to the master.