diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-31 14:48:46 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-31 14:48:46 -0700 |
| commit | 6793bc853c8b54823157bda6af4385411f8f6aea (patch) | |
| tree | 0e0be0f20906d86793eb90af96cec4ca6e78b219 /weed/shell/command_volume_delete_empty.go | |
| parent | 89948a373b746442e20b51a90b21744c8e6d215c (diff) | |
| download | seaweedfs-6793bc853c8b54823157bda6af4385411f8f6aea.tar.xz seaweedfs-6793bc853c8b54823157bda6af4385411f8f6aea.zip | |
help message when in simulation mode
Diffstat (limited to 'weed/shell/command_volume_delete_empty.go')
| -rw-r--r-- | weed/shell/command_volume_delete_empty.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_volume_delete_empty.go b/weed/shell/command_volume_delete_empty.go index 2d842e80a..79e61d38d 100644 --- a/weed/shell/command_volume_delete_empty.go +++ b/weed/shell/command_volume_delete_empty.go @@ -39,6 +39,7 @@ func (c *commandVolumeDeleteEmpty) Do(args []string, commandEnv *CommandEnv, wri if err = volDeleteCommand.Parse(args); err != nil { return nil } + infoAboutSimulationMode(writer, *applyBalancing, "-force") if err = commandEnv.confirmIsLocked(args); err != nil { return |
