From cd78e653e1fc11fdb4820abbd1c78cf88b7c5b3b Mon Sep 17 00:00:00 2001 From: Dmitriy Pavlov Date: Thu, 4 Sep 2025 15:39:56 +0300 Subject: add disable volume_growth flag (#7196) --- weed/command/scaffold/master.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/command') 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] -- cgit v1.2.3