diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:33:45 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:33:45 -0700 |
| commit | 2ca1839d77956371d2af384a13f2cb8bd9981fcd (patch) | |
| tree | 3757b7b81df2a71e26cce1e98e8535760cfebda6 /weed/command | |
| parent | 89933c46d224008cf53cd16e1bf2d04188d7bb1a (diff) | |
| download | seaweedfs-2ca1839d77956371d2af384a13f2cb8bd9981fcd.tar.xz seaweedfs-2ca1839d77956371d2af384a13f2cb8bd9981fcd.zip | |
shell: add `volume.deleteEmpty` command
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/master.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index 60a7dbcfc..9acefe69e 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -11,6 +11,7 @@ scripts = """ ec.encode -fullPercent=95 -quietFor=1h ec.rebuild -force ec.balance -force + volume.deleteEmpty volume.balance -force volume.fix.replication unlock |
