Skip to content

Commit 4c43d2f

Browse files
6.0 release notes / compat notes fixes (#1211)
* 6.0 release notes / compat notes fixes * reorder
1 parent b87107a commit 4c43d2f

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

source/release-notes/6.0-compatibility.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ Assert Cluster Wide Write Concern is Set When Starting or Adding Shard
184184

185185
.. include:: /includes/fact-5.1-reconfig-CWWC-validation.rst
186186

187-
Arbiters
188-
~~~~~~~~
189-
190-
.. include:: /includes/5.1/fact-do-not-use-with-quarterlies.rst
191-
192187
Security
193188
--------
194189

source/release-notes/6.0.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,18 @@ Change Streams
157157

158158
.. include:: /includes/change-streams-optimization.rst
159159

160+
Cluster Administration
161+
----------------------
162+
163+
Cluster Server Parameters
164+
~~~~~~~~~~~~~~~~~~~~~~~~~
165+
166+
Starting in MongoDB 6.0, you can use :ref:`<cluster-parameters>` to modify
167+
and retrieve configuration options for all nodes in a replica set or sharded
168+
cluster. You can use :dbcommand:`setClusterParameter` to modify cluster-wide
169+
options and :dbcommand:`getClusterParameter` to retrieve the value of a cluster
170+
parameter.
171+
160172
Clustered Collections
161173
---------------------
162174

@@ -189,6 +201,11 @@ installations using ``rpm`` installer packages.
189201
Replica Sets
190202
------------
191203

204+
Multiple Arbiters Unsupported
205+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206+
207+
.. include:: /includes/support-multiple-arbiters.rst
208+
192209
``initialSyncMethod`` Parameter
193210
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194211

@@ -602,23 +619,6 @@ connection object has the following new methods:
602619
- :method:`Mongo.getWriteConcern()` returns the :term:`write concern`
603620
- :method:`Mongo.setWriteConcern()` sets the :term:`write concern`
604621

605-
Cluster Administration
606-
----------------------
607-
608-
Cluster Server Parameters
609-
~~~~~~~~~~~~~~~~~~~~~~~~~
610-
611-
Starting in MongoDB 6.0, you can use :ref:`<cluster-parameters>` to modify
612-
and retrieve configuration options for all nodes in a replica set or sharded
613-
cluster. You can use :dbcommand:`setClusterParameter` to modify cluster-wide
614-
options and :dbcommand:`getClusterParameter` to retrieve the value of a cluster
615-
parameter.
616-
617-
Multiple Arbiters Unsupported
618-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
619-
620-
.. include:: /includes/support-multiple-arbiters.rst
621-
622622
Changes Affecting Compatibility
623623
-------------------------------
624624

0 commit comments

Comments
 (0)