diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-01 20:03:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-01 20:03:05 -0700 |
| commit | 3bb640b786f199572a956d02df17fd55f31b8fa6 (patch) | |
| tree | 2b21671b05600761e8add94a72c38742204b50cc | |
| parent | 02fd913b514d00a094b4393b34db56999f40bc10 (diff) | |
| download | seaweedfs-3bb640b786f199572a956d02df17fd55f31b8fa6.tar.xz seaweedfs-3bb640b786f199572a956d02df17fd55f31b8fa6.zip | |
add -force option following #2228
| -rw-r--r-- | weed/command/scaffold/master.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index cdd92016c..020f48e36 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -11,7 +11,7 @@ scripts = """ ec.encode -fullPercent=95 -quietFor=1h ec.rebuild -force ec.balance -force - volume.deleteEmpty -quietFor=24h + volume.deleteEmpty -quietFor=24h -force volume.balance -force volume.fix.replication unlock |
