Browse Source
Replaces volume.unmount in the help of the volumeServer.leave (#5619)
pull/5620/head
Vlad
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/shell/command_volume_server_leave.go
|
@ -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. |
|
|