|
1 |
| -=================================================== |
2 |
| -Reconfigure a Replica Set with Inaccessible Members |
3 |
| -=================================================== |
| 1 | +================================================== |
| 2 | +Reconfigure a Replica Set with Unavailable Members |
| 3 | +================================================== |
4 | 4 |
|
5 | 5 | .. default-domain:: mongodb
|
6 | 6 |
|
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()` |
9 | 9 | operation on
|
10 | 10 | the current :term:`primary`, following the example in the
|
11 | 11 | :ref:`Replica Set Reconfiguration Procedure
|
12 | 12 | <replica-set-reconfiguration-usage>`.
|
13 | 13 |
|
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: |
16 | 16 |
|
17 | 17 | - :ref:`replica-set-force-reconfiguration`
|
18 | 18 | - :ref:`replica-set-reconfigure-by-replacing`
|
@@ -156,7 +156,7 @@ members must resync from this new primary.
|
156 | 156 | :program:`mongod` instance.
|
157 | 157 |
|
158 | 158 | #. 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>`) |
160 | 160 | from each surviving member to an archive. For example:
|
161 | 161 |
|
162 | 162 | .. code-block:: sh
|
|
0 commit comments