From fe0f10651792af544e44dfe2b8c254a25d9ddca5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 16 Jun 2018 11:06:12 -0700 Subject: [PATCH] Updated Failover Master Server (markdown) --- Failover-Master-Server.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Failover-Master-Server.md b/Failover-Master-Server.md index 2b59b61..ab025ed 100644 --- a/Failover-Master-Server.md +++ b/Failover-Master-Server.md @@ -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. \ No newline at end of file