mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Failover Master Server (markdown)
parent
5cb773fd1c
commit
a1b6b1f886
|
@ -9,11 +9,11 @@ Luckily, it's not too difficult to enable Weed File System with failover master
|
|||
This section is a quick way to start 3 master servers and 3 volume servers. All done!
|
||||
|
||||
```bash
|
||||
weed server -master.port=9333 -dir=./1 -volume.port=8080 \
|
||||
weed server -master.ip=localhost -master.port=9333 -dir=./1 -volume.port=8080 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
weed server -master.port=9334 -dir=./2 -volume.port=8081 \
|
||||
weed server -master.ip=localhost -master.port=9334 -dir=./2 -volume.port=8081 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
weed server -master.port=9335 -dir=./3 -volume.port=8082 \
|
||||
weed server -master.ip=localhost -master.port=9335 -dir=./3 -volume.port=8082 \
|
||||
-master.peers=localhost:9333,localhost:9334,localhost:9335
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue