Replaces volume.unmount in the help of the volumeServer.leave (#5619)

This commit is contained in:
Vlad
2024-05-27 19:13:06 +11:00
committed by GitHub
parent 364bb6c7b4
commit 72f7b4e9b1

View File

@@ -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.