File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ An arbiter has exactly ``1`` election vote.
26
26
27
27
.. include:: /includes/fact-arbiter-priority.rst
28
28
29
- .. important:: Do not run an arbiter on systems that also host the
30
- primary or the secondary members of the replica set.
29
+ .. important::
30
+
31
+ Do not run an arbiter on systems that also host the primary or the
32
+ secondary members of the replica set.
31
33
32
34
To add an arbiter, see :doc:`/tutorial/add-replica-set-arbiter`.
33
35
Original file line number Diff line number Diff line change @@ -2822,12 +2822,14 @@ Key Management Configuration Options
2822
2822
:dbcommand:`setParameter` can not change this setting.
2823
2823
2824
2824
This option is available only in MongoDB Enterprise.
2825
-
2826
- .. important:: Ensure that your driver supports alternate service names.
2825
+
2826
+ .. important::
2827
+
2828
+ Ensure that your driver supports alternate service names.
2827
2829
For :binary:`~bin.mongo` shell and other MongoDB tools to connect to the
2828
2830
new :setting:`~security.sasl.serviceName`, see the
2829
2831
``gssapiServiceName`` option.
2830
-
2832
+
2831
2833
2832
2834
2833
2835
.. setting:: security.sasl.saslauthdSocketPath
@@ -3658,6 +3660,7 @@ LDAP Parameters
3658
3660
- To specify the :doc:`/core/inmemory`.
3659
3661
3660
3662
.. versionadded:: 3.2
3663
+
3661
3664
Available in MongoDB Enterprise only.
3662
3665
3663
3666
If you attempt to start a :binary:`~bin.mongod` with a
@@ -4213,6 +4216,7 @@ LDAP Parameters
4213
4216
*Type*: boolean
4214
4217
4215
4218
.. versionchanged:: 3.2
4219
+
4216
4220
Starting in 3.2, MongoDB uses ``false`` as the default.
4217
4221
4218
4222
During chunk migration, a shard does not save documents migrated from
Original file line number Diff line number Diff line change @@ -1402,6 +1402,7 @@ Storage Options
1402
1402
- To specify the :doc:`/core/inmemory`.
1403
1403
1404
1404
.. versionadded:: 3.2
1405
+
1405
1406
Available in MongoDB Enterprise only.
1406
1407
1407
1408
If you attempt to start a :program:`mongod` with a
@@ -1954,8 +1955,9 @@ Sharded Cluster Options
1954
1955
.. option:: --noMoveParanoia
1955
1956
1956
1957
.. versionchanged:: 3.2
1958
+
1957
1959
Starting in 3.2, MongoDB uses ``--noMoveParanoia`` as the default.
1958
-
1960
+
1959
1961
During chunk migration, a shard does not save documents migrated from
1960
1962
the shard.
1961
1963
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ Arbiters have minimal resource requirements and do not require
24
24
dedicated hardware. You can deploy an arbiter on an application
25
25
server or a monitoring host.
26
26
27
- .. important:: Do not run an arbiter on systems that also host the
27
+ .. important::
28
+
29
+ Do not run an arbiter on systems that also host the
28
30
primary or the secondary members of the replica set.
29
31
30
32
.. include:: /includes/admonition-multiple-arbiters.rst
You can’t perform that action at this time.
0 commit comments