aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-23 02:54:49 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-23 02:54:49 -0700
commit40601953bfb6cfc0d27aee6d5ce07c69eccc48ca (patch)
tree87d98c40f31031f96f90cf740503080b5f8ab7d2
parentdaeb18be3060848214da34250c11062a6588e250 (diff)
downloadseaweedfs-40601953bfb6cfc0d27aee6d5ce07c69eccc48ca.tar.xz
seaweedfs-40601953bfb6cfc0d27aee6d5ce07c69eccc48ca.zip
comments
-rw-r--r--weed/command/scaffold.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index b26ef758a..9f119a638 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -385,9 +385,9 @@ sequencer_etcd_urls = "http://127.0.0.1:2379"
# 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
+# 000 has only one copy, copy_1
+# 010 and 001 has two copies, copy_2
+# 011 has only 3 copies, copy_3
[master.volume_growth]
copy_1 = 7 # create 1 x 7 = 7 actual volumes
copy_2 = 6 # create 2 x 6 = 12 actual volumes