mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
fixed cmd doc to pass current master node in master.peers
@@ -10,11 +10,11 @@ This section is a quick way to start 3 master servers and 3 volume servers. All
|
||||
|
||||
```bash
|
||||
weed server -master.port=9333 -dir=./1 -volume.port=8080 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
-master.peers=localhost:9334,localhost:9335
|
||||
weed server -master.port=9334 -dir=./2 -volume.port=8081 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
-master.peers=localhost:9333,localhost:9335
|
||||
weed server -master.port=9335 -dir=./3 -volume.port=8082 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
-master.peers=localhost:9333,localhost:9334
|
||||
```
|
||||
|
||||
## How it works
|
||||
|
||||
Reference in New Issue
Block a user