diff options
| author | Dmitriy Pavlov <Dimonyga@gmail.com> | 2025-09-04 15:39:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 05:39:56 -0700 |
| commit | cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b (patch) | |
| tree | 66febf07472cbc7912f25f5fd7f07672b309b0ac /weed/command | |
| parent | e030530aabe36bb01503cee1cc64b159d8819797 (diff) | |
| download | seaweedfs-cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b.tar.xz seaweedfs-cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b.zip | |
add disable volume_growth flag (#7196)
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold/master.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold/master.toml b/weed/command/scaffold/master.toml index c9086b0f7..d2843d540 100644 --- a/weed/command/scaffold/master.toml +++ b/weed/command/scaffold/master.toml @@ -50,6 +50,7 @@ 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 +disable = false # disables volume growth if true # configuration flags for replication [master.replication] |
