mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Replication (markdown)
parent
b3a87661d7
commit
67831973eb
|
@ -7,7 +7,8 @@ Basically, the way it works is:
|
||||||
1. start weed master, and optionally specify the default replication type
|
1. start weed master, and optionally specify the default replication type
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./weed master -defaultReplication=001 # 001 means for each file a replica will be created in the same rack
|
# 001 means for each file a replica will be created in the same rack
|
||||||
|
./weed master -defaultReplication=001
|
||||||
```
|
```
|
||||||
|
|
||||||
2. start volume servers as this:
|
2. start volume servers as this:
|
||||||
|
|
Loading…
Reference in a new issue