failed qa, back on dev.
diff --git a/manifests/corosync.pp b/manifests/corosync.pp index 7f8dd32..1fa9160 100644 --- a/manifests/corosync.pp +++ b/manifests/corosync.pp @@ -247,7 +247,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_cmd = "${::pacemaker::pcs_bin} cluster setup ${cluster_name} ${cluster_members_rrp_real} ${cluster_setup_extras_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'" [root@controller-0 ~]# corosync-cmapctl |grep totem.token runtime.config.totem.token (u32) = 10650 runtime.config.totem.token_retransmit (u32) = 2535 runtime.config.totem.token_retransmits_before_loss_const (u32) = 4 runtime.config.totem.token_warning (u32) = 75 totem.token (u32) = 10000
https://review.opendev.org/c/openstack/puppet-pacemaker/+/804363
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.1.8 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:0986