Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

williamkorb
Copy link

Pull Request (PR) description

Add support for replication.enableMajorityReadConcern setting in mongod.conf.

This Pull Request (PR) fixes the following issues

#542

@@ -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,
Copy link
Member

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.

@bastelfreak bastelfreak added enhancement New feature or request needs-work not ready to merge just yet labels Jun 8, 2019
@bastelfreak
Copy link
Member

Hi @williamkorb, thanks for the work! Can you please take a look at the inline comment I made and afterwards squash the commits?

@vox-pupuli-tasks
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request merge-conflicts needs-work not ready to merge just yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants