@@ -157,6 +157,18 @@ Change Streams
157
157
158
158
.. include:: /includes/change-streams-optimization.rst
159
159
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
+
160
172
Clustered Collections
161
173
---------------------
162
174
@@ -189,6 +201,11 @@ installations using ``rpm`` installer packages.
189
201
Replica Sets
190
202
------------
191
203
204
+ Multiple Arbiters Unsupported
205
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206
+
207
+ .. include:: /includes/support-multiple-arbiters.rst
208
+
192
209
``initialSyncMethod`` Parameter
193
210
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194
211
@@ -602,23 +619,6 @@ connection object has the following new methods:
602
619
- :method:`Mongo.getWriteConcern()` returns the :term:`write concern`
603
620
- :method:`Mongo.setWriteConcern()` sets the :term:`write concern`
604
621
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
-
622
622
Changes Affecting Compatibility
623
623
-------------------------------
624
624
0 commit comments