From 44082b74b4f8850b39dffde2066ccde6000b762b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 25 Apr 2019 13:36:31 -0700 Subject: [PATCH] Updated Failover Master Server (markdown) --- Failover-Master-Server.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Failover-Master-Server.md b/Failover-Master-Server.md index ecbfd4c..6d8eb6b 100644 --- a/Failover-Master-Server.md +++ b/Failover-Master-Server.md @@ -59,6 +59,4 @@ It is a best practice for volume servers to include as many master servers as po ## FAQ * Q: Is it possible to add an additional master server to an already running SeaweedFS cluster? - A: Treat the masters as zookeeper nodes, and do not need to change often. To add a master server, you need to stop all existing masters, and start the new set of masters with the new master list. - -For volume servers, it is OK to just keep using with existing masters when adding new master servers. + A: Treat the masters as zookeeper nodes, and do not need to change often. To add a master server, you need to stop all existing masters, and start the new set of masters with the new master list. For volume servers, it is OK to just keep using with existing masters when adding new master servers.