From 3654d84de63ae45d42adedb3e5849bc7aba4a147 Mon Sep 17 00:00:00 2001 From: Kyle Petryszak <6314611+ProjectInitiative@users.noreply.github.com> Date: Mon, 16 Aug 2021 22:28:12 -0500 Subject: [PATCH] I could be interpreting this wrong: I believe the very last like was supposed to say that it is OK to keep the same master servers when adding new volume servers? --- Failover-Master-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Failover-Master-Server.md b/Failover-Master-Server.md index ceb42d4..9bbc1ed 100644 --- a/Failover-Master-Server.md +++ b/Failover-Master-Server.md @@ -59,4 +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 volume servers.