aboutsummaryrefslogtreecommitdiff
path: root/weed/storage
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-12-08 23:21:02 -0800
committerGitHub <noreply@github.com>2025-12-08 23:21:02 -0800
commitd5f21fd8ba6ee20c2504455093a9ceeaa178b826 (patch)
tree6caa7b2cac8f47f5c64d40a6d41924de53481e32 /weed/storage
parentcea12ba3c4df7b54027aa550043ca347bf3f3be4 (diff)
downloadseaweedfs-d5f21fd8ba6ee20c2504455093a9ceeaa178b826.tar.xz
seaweedfs-d5f21fd8ba6ee20c2504455093a9ceeaa178b826.zip
fix: add missing backslash for volume extraArgs in helm chart (#7676)
Fixes #7467 The -mserver argument line in volume-statefulset.yaml was missing a trailing backslash, which prevented extraArgs from being passed to the weed volume process. Also: - Extracted master server list generation logic into shared helper templates in _helpers.tpl for better maintainability - Updated all occurrences of deprecated -mserver flag to -master across docker-compose files, test files, and documentation
Diffstat (limited to 'weed/storage')
-rw-r--r--weed/storage/volume_vacuum_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go
index 797452bb3..29b990f70 100644
--- a/weed/storage/volume_vacuum_test.go
+++ b/weed/storage/volume_vacuum_test.go
@@ -17,7 +17,7 @@ makediff test steps
"garbageThreshold" for master and option "max" for volume should be set with specific value which would let
preparing test prerequisite easier )
a) ./weed master -garbageThreshold=0.99 -mdir=./m
- b) ./weed volume -dir=./data -max=1 -mserver=localhost:9333 -port=8080
+ b) ./weed volume -dir=./data -max=1 -master=localhost:9333 -port=8080
2. upload 4 different files, you could call dir/assign to get 4 different fids
a) upload file A with fid a
b) upload file B with fid b