-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for replication.enableMajorityReadConcern setting #544
base: master
Are you sure you want to change the base?
Conversation
…etting in mongod.conf.
@@ -79,6 +79,7 @@ | |||
Boolean $handle_creds = $mongodb::params::handle_creds, | |||
Boolean $store_creds = $mongodb::params::store_creds, | |||
Array $admin_roles = $mongodb::params::admin_roles, | |||
Optional[Boolean] $repl_enable_majority_read_concern = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make this non optional and default to true? That makes the code here and in the template easier to read.
Hi @williamkorb, thanks for the work! Can you please take a look at the inline comment I made and afterwards squash the commits? |
Dear @williamkorb, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Pull Request (PR) description
Add support for replication.enableMajorityReadConcern setting in mongod.conf.
This Pull Request (PR) fixes the following issues
#542