aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-08 23:36:22 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-08 23:36:22 -0700
commit2329d9e0c18aa2dbc2b843a43fe269ee539a0f39 (patch)
treea07eadc54d7595032fc702570a3c045ed5b90a9b
parentbb78ab991553fed64116b673836452c831044702 (diff)
downloadseaweedfs-2329d9e0c18aa2dbc2b843a43fe269ee539a0f39.tar.xz
seaweedfs-2329d9e0c18aa2dbc2b843a43fe269ee539a0f39.zip
add volume.fix.replication to default scaffold
-rw-r--r--weed/command/scaffold.go1
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