Skip to content

Fix directive new lines #5525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/core/replica-set-arbiter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ An arbiter has exactly ``1`` election vote.

.. include:: /includes/fact-arbiter-priority.rst

.. important:: Do not run an arbiter on systems that also host the
primary or the secondary members of the replica set.
.. important::

Do not run an arbiter on systems that also host the primary or the
secondary members of the replica set.

To add an arbiter, see :doc:`/tutorial/add-replica-set-arbiter`.

Expand Down
10 changes: 7 additions & 3 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2822,12 +2822,14 @@ Key Management Configuration Options
:dbcommand:`setParameter` can not change this setting.

This option is available only in MongoDB Enterprise.

.. important:: Ensure that your driver supports alternate service names.

.. important::

Ensure that your driver supports alternate service names.
For :binary:`~bin.mongo` shell and other MongoDB tools to connect to the
new :setting:`~security.sasl.serviceName`, see the
``gssapiServiceName`` option.



.. setting:: security.sasl.saslauthdSocketPath
Expand Down Expand Up @@ -3658,6 +3660,7 @@ LDAP Parameters
- To specify the :doc:`/core/inmemory`.

.. versionadded:: 3.2

Available in MongoDB Enterprise only.

If you attempt to start a :binary:`~bin.mongod` with a
Expand Down Expand Up @@ -4213,6 +4216,7 @@ LDAP Parameters
*Type*: boolean

.. versionchanged:: 3.2

Starting in 3.2, MongoDB uses ``false`` as the default.

During chunk migration, a shard does not save documents migrated from
Expand Down
4 changes: 3 additions & 1 deletion source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ Storage Options
- To specify the :doc:`/core/inmemory`.

.. versionadded:: 3.2

Available in MongoDB Enterprise only.

If you attempt to start a :program:`mongod` with a
Expand Down Expand Up @@ -1954,8 +1955,9 @@ Sharded Cluster Options
.. option:: --noMoveParanoia

.. versionchanged:: 3.2

Starting in 3.2, MongoDB uses ``--noMoveParanoia`` as the default.

During chunk migration, a shard does not save documents migrated from
the shard.

Expand Down
4 changes: 3 additions & 1 deletion source/tutorial/add-replica-set-arbiter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Arbiters have minimal resource requirements and do not require
dedicated hardware. You can deploy an arbiter on an application
server or a monitoring host.

.. important:: Do not run an arbiter on systems that also host the
.. important::

Do not run an arbiter on systems that also host the
primary or the secondary members of the replica set.

.. include:: /includes/admonition-multiple-arbiters.rst
Expand Down