File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Definition
24
24
Behavior
25
25
--------
26
26
27
- :method:`rs.add()` can, in some cases, force an election for primary
27
+ :method:`rs.add()` can, in some cases, trigger an election for primary
28
28
which will disconnect the shell. In such cases, the :program:`mongo`
29
29
shell displays an error even if the operation succeeds.
30
30
@@ -56,13 +56,13 @@ Pass a Member Configuration Document to ``rs.add()``
56
56
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
57
58
58
.. versionchanged:: 3.0.0
59
- Previous version required an ``_id`` file in the document you
59
+ Previous versions required an ``_id`` field in the document you
60
60
passed to :method:`rs.add()`. After 3.0.0 you can omit the
61
61
``_id`` field in this document.
62
62
63
63
.. BEHAVIORAL NOTE:
64
64
65
- If you specify the ``_id`` value must be unique. Use
65
+ If you specify the ``_id`` value, it must be unique. Use
66
66
:method:`rs.conf()` to see the existing ``_id`` values in the
67
67
replica set configuration document, and set ``_id`` to the next
68
68
unused ``_id`` value in the replica set.
You can’t perform that action at this time.
0 commit comments