Browse Source

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

pull/5620/head
Vlad 7 months ago
committed by GitHub
parent
commit
72f7b4e9b1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/shell/command_volume_server_leave.go

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

Loading…
Cancel
Save