From d23ae54df5f043313901018dd69d651701d85d72 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 12 Jul 2021 14:47:00 +0200 Subject: [PATCH] Fix directive new lines --- source/core/replica-set-arbiter.txt | 6 ++++-- source/reference/configuration-options.txt | 10 +++++++--- source/reference/program/mongod.txt | 4 +++- source/tutorial/add-replica-set-arbiter.txt | 4 +++- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/source/core/replica-set-arbiter.txt b/source/core/replica-set-arbiter.txt index 4d4d067cfe0..3ecf619397e 100644 --- a/source/core/replica-set-arbiter.txt +++ b/source/core/replica-set-arbiter.txt @@ -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`. diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 454ea2168ea..9e64eb7b597 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -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 @@ -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 @@ -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 diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index 568b3866c71..2ba5f22facb 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -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 @@ -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. diff --git a/source/tutorial/add-replica-set-arbiter.txt b/source/tutorial/add-replica-set-arbiter.txt index 5201952c5f9..2043da39953 100644 --- a/source/tutorial/add-replica-set-arbiter.txt +++ b/source/tutorial/add-replica-set-arbiter.txt @@ -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