From 72f7b4e9b13ff0552c201dcd2d7cb8cadf2a09f5 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 27 May 2024 19:13:06 +1100 Subject: [PATCH] Replaces volume.unmount in the help of the volumeServer.leave (#5619) --- weed/shell/command_volume_server_leave.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/shell/command_volume_server_leave.go b/weed/shell/command_volume_server_leave.go index c4714b885..d0dd023af 100644 --- a/weed/shell/command_volume_server_leave.go +++ b/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 -force + volumeServer.leave -node -force This command enables gracefully shutting down the volume server. The volume server will stop sending heartbeats to the master.