From 8586402ce6eb242eb4b721c94758ec9979ff6396 Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Mon, 30 Jul 2012 14:33:43 -0400 Subject: [PATCH 1/3] touching up adding members section --- source/administration/replica-sets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index f4b7423606a..72809306cf8 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -34,7 +34,7 @@ Procedures Adding Members ~~~~~~~~~~~~~~ -From to time, you may need to add an additional member to an existing +From time to time, you may need to add an additional member to an existing :term:`replica set`. The data directory for the new member can: - have no data. In this case, MongoDB must copy all data as part of @@ -43,7 +43,7 @@ From to time, you may need to add an additional member to an existing member. This process can be time intensive, but does not require administrator intervention. -- copy the data directory from an existing member. The new member +- copy the :term:`data ` directory from an existing member. The new member becomes a secondary, and will catch up to the current state of the replica set after a short interval. Copying the data over manually, shortens the amount of time it takes for the new member to become From 8948781222d97a2680bfccc57ad133538f65c4a8 Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Mon, 30 Jul 2012 16:33:06 -0400 Subject: [PATCH 2/3] touching up... --- source/administration/replica-sets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index 72809306cf8..aca179db924 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -43,7 +43,7 @@ From time to time, you may need to add an additional member to an existing member. This process can be time intensive, but does not require administrator intervention. -- copy the :term:`data ` directory from an existing member. The new member +- copy the :term:`data directory` from an existing member. The new member becomes a secondary, and will catch up to the current state of the replica set after a short interval. Copying the data over manually, shortens the amount of time it takes for the new member to become From a0532ae7adda5d5351deb8e40918e84ddcc908db Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Mon, 30 Jul 2012 16:49:04 -0400 Subject: [PATCH 3/3] more touching up dbpath again... --- source/administration/replica-sets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index aca179db924..1d8d25077d5 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -43,7 +43,7 @@ From time to time, you may need to add an additional member to an existing member. This process can be time intensive, but does not require administrator intervention. -- copy the :term:`data directory` from an existing member. The new member +- copy the :term:`data directory ` from an existing member. The new member becomes a secondary, and will catch up to the current state of the replica set after a short interval. Copying the data over manually, shortens the amount of time it takes for the new member to become