aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzemul <zemul@foxmail.com>2024-11-18 12:51:26 +0800
committerGitHub <noreply@github.com>2024-11-17 20:51:26 -0800
commit6d3e38f4394c85179f92c99bf29cedf706323a0c (patch)
treeec293672ccc36f367d8b453f3ac4dc203d96287f
parent4a0dc883cfee63832fb2f73d1e4478e918eb0f58 (diff)
downloadseaweedfs-6d3e38f4394c85179f92c99bf29cedf706323a0c.tar.xz
seaweedfs-6d3e38f4394c85179f92c99bf29cedf706323a0c.zip
Adjust threshold config (#6246)
* fix:mount deadlock * fix --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
-rw-r--r--weed/command/scaffold/master.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml
index 10d9d1914..c9086b0f7 100644
--- a/weed/command/scaffold/master.toml
+++ b/weed/command/scaffold/master.toml
@@ -49,6 +49,7 @@ copy_1 = 7 # create 1 x 7 = 7 actual volumes
copy_2 = 6 # create 2 x 6 = 12 actual volumes
copy_3 = 3 # create 3 x 3 = 9 actual volumes
copy_other = 1 # create n x 1 = n actual volumes
+threshold = 0.9 # create threshold
# configuration flags for replication
[master.replication]