We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3f8e9 commit 611f93eCopy full SHA for 611f93e
source/reference/configuration-options.txt
@@ -4205,7 +4205,12 @@ LDAP Parameters
4205
4206
Starting in MongoDB 5.0,
4207
:setting:`~replication.enableMajorityReadConcern` cannot be changed
4208
- and is always set to ``true``. In earlier versions of MongoDB,
+ and is always set to ``true``. Attempting to start a storage engine
4209
+ that does not support majority read concern with the
4210
+ ``--enableMajorityReadConcern`` option will fail and return an error
4211
+ message.
4212
+
4213
+ In earlier versions of MongoDB,
4214
:setting:`~replication.enableMajorityReadConcern` was configurable.
4215
4216
.. warning::
0 commit comments