diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-08 23:36:22 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-08 23:36:22 -0700 |
| commit | 2329d9e0c18aa2dbc2b843a43fe269ee539a0f39 (patch) | |
| tree | a07eadc54d7595032fc702570a3c045ed5b90a9b /weed/command | |
| parent | bb78ab991553fed64116b673836452c831044702 (diff) | |
| download | seaweedfs-2329d9e0c18aa2dbc2b843a43fe269ee539a0f39.tar.xz seaweedfs-2329d9e0c18aa2dbc2b843a43fe269ee539a0f39.zip | |
add volume.fix.replication to default scaffold
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 72a36bb54..f2832510c 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -359,6 +359,7 @@ scripts = """ ec.rebuild -force ec.balance -force volume.balance -force + volume.fix.replication """ sleep_minutes = 17 # sleep minutes between each script execution |
