Replaces volume.unmount in the help of the volumeServer.leave (#5619)
This commit is contained in:
@@ -25,7 +25,7 @@ func (c *commandVolumeServerLeave) Name() string {
|
|||||||
func (c *commandVolumeServerLeave) Help() string {
|
func (c *commandVolumeServerLeave) Help() string {
|
||||||
return `stop a volume server from sending heartbeats to the master
|
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.
|
This command enables gracefully shutting down the volume server.
|
||||||
The volume server will stop sending heartbeats to the master.
|
The volume server will stop sending heartbeats to the master.
|
||||||
|
|||||||
Reference in New Issue
Block a user