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

Define the names of the quorum members #407

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

btravouillon
Copy link
Member

Persistent names are required when you define IP addesses in
quorum_members. Otherwise, crm_node --name-for-id number can't find the
name of the member.

https://clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Pacemaker_Explained/s-node-name.html

@@ -266,6 +271,7 @@
$votequorum_expected_votes = $::corosync::params::votequorum_expected_votes,
$quorum_members = ['localhost'],
$quorum_members_ids = undef,
$quorum_members_names = undef,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though we haven't switched to data types yet for the whole module, should probably add this as Optional[Array] $quorum_members_names

Persistent names are required when you define IP addesses in
quorum_members. Otherwise, crm_node --name-for-id number can't find the
name of the member.

https://clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Pacemaker_Explained/s-node-name.html
@wyardley wyardley merged commit b189005 into voxpupuli:master Oct 26, 2017
@btravouillon btravouillon deleted the quorum_members_names branch October 26, 2017 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants