Skip to content

Commit 611f93e

Browse files
ianf-mongodbnpentrel
authored andcommitted
DOCS-13838 Add error message notice to enableReadConcern
1 parent 2f3f8e9 commit 611f93e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/reference/configuration-options.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,12 @@ LDAP Parameters
42054205

42064206
Starting in MongoDB 5.0,
42074207
:setting:`~replication.enableMajorityReadConcern` cannot be changed
4208-
and is always set to ``true``. In earlier versions of MongoDB,
4208+
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,
42094214
:setting:`~replication.enableMajorityReadConcern` was configurable.
42104215

42114216
.. warning::

0 commit comments

Comments
 (0)