Revert "Make sure we pass cluster_setup_extras when using pcs 0.10"

This reverts commit 3cbc4daa10.

Closes-Bug: #1889764

New patch will follow to address #1886789

Change-Id: Ieff50924d6851f0fe1c7af1d6eb90b9ead28ca6d
This commit is contained in:
Luca Miccini 2020-07-31 14:02:17 +00:00
parent 3cbc4daa10
commit a385603e4b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class pacemaker::corosync(
# pcs-0.10.x has different commands to set up the cluster
if $::pacemaker::pcs_010 {
$cluster_setup_cmd = "${::pacemaker::pcs_bin} cluster setup ${cluster_name} ${cluster_members_rrp_real} ${cluster_setup_extras_real}"
$cluster_setup_cmd = "${::pacemaker::pcs_bin} cluster setup ${cluster_name} ${cluster_members_rrp_real}"
$cluster_reauthenticate_cmd = "${::pacemaker::pcs_bin} host auth ${cluster_members} -u hacluster -p ${::pacemaker::hacluster_pwd}"
$cluster_authenticate_cmd = "${::pacemaker::pcs_bin} host auth ${cluster_members} -u hacluster -p ${::pacemaker::hacluster_pwd}"
$cluster_authenticate_unless = "${::pacemaker::pcs_bin} host auth ${cluster_members} -u hacluster -p ${::pacemaker::hacluster_pwd} | grep 'Already authorized'"