Skip to content

Commit 2b3e2ee

Browse files
DOCSP-15572 Add support for all of replication options (#534)
* DOCSP-15572 Add support for all of replication options * Update source/reference/mms-cluster-settings-file.txt Co-authored-by: Nathan <[email protected]> Co-authored-by: Nathan <[email protected]>
1 parent eaf6824 commit 2b3e2ee

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

source/reference/mms-cluster-settings-file.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,21 @@ replica set member:
230230
|mongod| replica set configuration option.
231231
- no
232232

233+
* - ``enableMajorityReadConcern``
234+
- boolean
235+
- Flag that indicates whether or not to enable read concern
236+
``"majority"``. If enabled, read concern ``"majority"``
237+
guarantees that the data read has been acknowledged by a
238+
majority of the replica set members for read operations not
239+
associated with :manual:`multi-document transactions
240+
</core/transactions/>`.
241+
242+
By default, ``enableMajorityReadConcern`` is ``true``.
243+
244+
This setting corresponds to the
245+
:manual:`replication.enableMajorityReadConcern </reference/configuration-options/#mongodb-setting-replication.enableMajorityReadConcern>` replica set configuration option.
246+
- no
247+
233248
* - ``hostname``
234249
- string
235250
- Name of the host to add to the replica set. This is the
@@ -285,6 +300,16 @@ replica set member:
285300
the host.
286301
- yes
287302

303+
* - ``oplogSizeMB``
304+
- integer
305+
- Maximum size in megabytes for the replication :abbr:`oplog
306+
(operation log)`.
307+
308+
This setting corresponds to the :manual:`replication.oplogSizeMB
309+
</reference/configuration-options/#mongodb-setting-replication.oplogSizeMB>`
310+
replica set configuration option.
311+
- no
312+
288313
* - ``port``
289314
- integer
290315
- Port for the replica set member. The |mongod| process

0 commit comments

Comments
 (0)