mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-23 18:49:17 +08:00
Adjust threshold config (#6246)
* fix:mount deadlock * fix --------- Co-authored-by: zemul <zhouzemiao@ihuman.com>
This commit is contained in:
parent
4a0dc883cf
commit
6d3e38f439
@ -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_2 = 6 # create 2 x 6 = 12 actual volumes
|
||||||
copy_3 = 3 # create 3 x 3 = 9 actual volumes
|
copy_3 = 3 # create 3 x 3 = 9 actual volumes
|
||||||
copy_other = 1 # create n x 1 = n actual volumes
|
copy_other = 1 # create n x 1 = n actual volumes
|
||||||
|
threshold = 0.9 # create threshold
|
||||||
|
|
||||||
# configuration flags for replication
|
# configuration flags for replication
|
||||||
[master.replication]
|
[master.replication]
|
||||||
|
Loading…
Reference in New Issue
Block a user