mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
Replaces volume.unmount in the help of the volumeServer.leave (#5619)
This commit is contained in:
parent
364bb6c7b4
commit
72f7b4e9b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user