aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authornightcoffee <nightcoffee@users.noreply.github.com>2025-10-22 03:38:40 +0800
committerGitHub <noreply@github.com>2025-10-21 12:38:40 -0700
commitaed91baa2ec28e282c108daf5303f3bdc620a7ba (patch)
tree5cb436b3fcc85c6e81efc3b1582b5c0479ab83f9 /weed/command
parentad46d80f490866d0ba6e0d079eeac36d624b22e4 (diff)
downloadseaweedfs-aed91baa2ec28e282c108daf5303f3bdc620a7ba.tar.xz
seaweedfs-aed91baa2ec28e282c108daf5303f3bdc620a7ba.zip
[weed] update volume.fix.replication description (#7340)
* [weed] update volume.fix.replication description * Update master-cloud.toml * Update master.toml
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold/master.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml
index d2843d540..5b58992c8 100644
--- a/weed/command/scaffold/master.toml
+++ b/weed/command/scaffold/master.toml
@@ -13,7 +13,7 @@ scripts = """
ec.balance -force
volume.deleteEmpty -quietFor=24h -force
volume.balance -force
- volume.fix.replication
+ volume.fix.replication -force
s3.clean.uploads -timeAgo=24h
unlock
"""