From 4ffdc799dd907274a8008470511ffb210a7fc4ce Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Tue, 28 May 2013 16:52:01 -0300 Subject: [PATCH] Fixed verbage about non-voting members You cannot have more than 12 members. You cannot have more than 7 voting members. So fixing this sentence to explain non-voting members are needed in replica sets with more than 7 members (not 12). --- source/core/replication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replication.txt b/source/core/replication.txt index e82819712dc..13dabb91b40 100644 --- a/source/core/replication.txt +++ b/source/core/replication.txt @@ -159,7 +159,7 @@ Non-Voting Members ~~~~~~~~~~~~~~~~~~ These members do not vote in elections. Non-voting members are only -used for larger sets with more than 12 members. To configure a member +used for larger sets with more than 7 members. To configure a member as non-voting, see :doc:`/tutorial/configure-a-non-voting-replica-set-member`.