aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-27 13:15:21 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-27 13:15:21 -0800
commit1df13d0d6d0fbc6e7aae3e580fbb08092d8b35f0 (patch)
tree23bbb8d992961adfe5618e803fb1882796f309ee /weed/command/scaffold.go
parentf87f2045b34ed2ff593cfb6dba258463e560e3cb (diff)
downloadseaweedfs-1df13d0d6d0fbc6e7aae3e580fbb08092d8b35f0.tar.xz
seaweedfs-1df13d0d6d0fbc6e7aae3e580fbb08092d8b35f0.zip
adjust instructions
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 156aa8482..fc7f8636d 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -387,6 +387,11 @@ sequencer_etcd_urls = "http://127.0.0.1:2379"
bucket = "your_bucket_name" # an existing bucket
# create this number of logical volumes if no more writable volumes
+# count_x means how many copies of data.
+# e.g.:
+# 000 has only one copy, count_1
+# 010 and 001 has two copies, count_2
+# 011 has only 3 copies, count_3
[master.volume_growth]
count_1 = 7 # create 1 x 7 = 7 actual volumes
count_2 = 6 # create 2 x 6 = 12 actual volumes