aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorDmitriy Pavlov <Dimonyga@gmail.com>2025-09-04 15:39:56 +0300
committerGitHub <noreply@github.com>2025-09-04 05:39:56 -0700
commitcd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b (patch)
tree66febf07472cbc7912f25f5fd7f07672b309b0ac /weed/command
parente030530aabe36bb01503cee1cc64b159d8819797 (diff)
downloadseaweedfs-cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b.tar.xz
seaweedfs-cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b.zip
add disable volume_growth flag (#7196)
Diffstat (limited to 'weed/command')
-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 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]