1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 04:18:59 +02:00

adjust instructions

This commit is contained in:
Chris Lu 2020-02-27 13:15:21 -08:00
parent f87f2045b3
commit 1df13d0d6d

View file

@ -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