Open FGasper opened 1 year ago
Workaround: create the replica set, stop it, tweak the .mlaunch_startup file, then restart the replica set.
UPDATE: Actually, while this doesn’t display an error, it also doesn’t actually start the server.
Hi @FGasper,
Per SERVER-53247: Disable enableMajorityReadConcern:false, this option is no longer supported in MongoDB 5.0 or newer.
Since you are testing with MongoDB 6.2.0, mongod
will refuse to start with a log message like:
"msg":"enableMajorityReadConcern:false is no longer supported"
However, this startup error does not seem to be displaying properly in the develop
branch of mtools, so the failure reason is not obvious (and should be fixed).
Regards, Stennie
Expected behavior
This:
… should create a PSA cluster with majority read concern disabled.
Actual/current behavior
Steps to reproduce the actual/current behavior
Run the command.
Environment
macOS Ventura (latest as of this writing).