Updated Failover Master Server (markdown)

Chris Lu 2018-06-16 11:06:12 -07:00
parent 7aa2d1fa39
commit fe0f106517

@ -48,3 +48,8 @@ weed volume -dir=./3 -port=8082 -mserver=localhost:9333,localhost:9334,localhost
```
These 6 commands will actually functioning the same as the previous 3 commands from the cheatsheet.
## FAQ
* Q: Is it possible to add an additional master server to an already running SeaweedFS cluster?
A: In previous versions, the master peers can be added. But this can cause split-brain problem. Now adding peers is not allowed.