Skip to content

Commit ec89825

Browse files
author
Sam Kleinman
committed
minor: edits to tutorial
1 parent 4f6c70a commit ec89825

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/tutorial/reconfigure-replica-set-with-unavailable-members.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
===================================================
2-
Reconfigure a Replica Set with Inaccessible Members
3-
===================================================
1+
==================================================
2+
Reconfigure a Replica Set with Unavailable Members
3+
==================================================
44

55
.. default-domain:: mongodb
66

7-
To reconfigure a :term:`replica set` with a **minority** of
8-
inaccessible members, use the :method:`rs.reconfig()`
7+
To reconfigure a :term:`replica set` when a **minority** of
8+
members are unavailable, use the :method:`rs.reconfig()`
99
operation on
1010
the current :term:`primary`, following the example in the
1111
:ref:`Replica Set Reconfiguration Procedure
1212
<replica-set-reconfiguration-usage>`.
1313

14-
To reconfigure a replica set when a **majority** of members are
15-
inaccessible, use one of the procedures:
14+
To reconfigure a replica set when a **majority** of members are
15+
unavailable, use one of the procedures:
1616

1717
- :ref:`replica-set-force-reconfiguration`
1818
- :ref:`replica-set-reconfigure-by-replacing`
@@ -156,7 +156,7 @@ members must resync from this new primary.
156156
:program:`mongod` instance.
157157

158158
#. For all instances that will resync their data from the surviving
159-
:program:`mongod`, move the data directory (i.e. :setting:`dbpath <mongod --dbpath>`)
159+
:program:`mongod`, move the data directory (i.e. :setting:`dbpath <mongod --dbpath>`)
160160
from each surviving member to an archive. For example:
161161

162162
.. code-block:: sh

0 commit comments

Comments
 (0)