aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3/README.md
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 /other/java/hdfs3/README.md
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 'other/java/hdfs3/README.md')
-rw-r--r--other/java/hdfs3/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs3/README.md b/other/java/hdfs3/README.md
index e08f02a7c..8d1591ba0 100644
--- a/other/java/hdfs3/README.md
+++ b/other/java/hdfs3/README.md
@@ -32,7 +32,7 @@ These tests verify actual FileSystem operations against a running SeaweedFS inst
weed master
# Terminal 2: Start volume server
- weed volume -mserver=localhost:9333
+ weed volume -master=localhost:9333
# Terminal 3: Start filer
weed filer -master=localhost:9333