You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to set writeConcernMajorityJournalDefault so that I can run a replica set with members that use the inMemory storage engine and still execute tests that use "majority" write concern. Currently there is no way to set this option.
MO already supports a "rsSettings" paramter that maps to rsConf.settings. If we add "rsConfig" MO should not allow it to be used in combination with "rsSettings". Instead just specficy "settings" as part of the "rsConfig":
I'd like to be able to set writeConcernMajorityJournalDefault so that I can run a replica set with members that use the inMemory storage engine and still execute tests that use "majority" write concern. Currently there is no way to set this option.
Shane suggested a hack of adding
to https://github.com/10gen/mongo-orchestration/blob/master/mongo_orchestration/replica_sets.py#L174, which is my current workaround.
The text was updated successfully, but these errors were encountered: