Bug 1854705 - [RHOSP16] - "corosync_token_timeout: 10000" is not applied and corosync runtime totem.token is 1650ms after deployment
Summary: [RHOSP16] - "corosync_token_timeout: 10000" is not applied and corosync runti...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-pacemaker
Version: 16.1 (Train)
Hardware: All
OS: All
high
high
Target Milestone: z8
: 16.1 (Train on RHEL 8.2)
Assignee: OSP Team
QA Contact: Julia Marciano
URL:
Whiteboard:
Depends On:
Blocks: 1993107
TreeView+ depends on / blocked
 
Reported: 2020-07-08 04:38 UTC by Meiyan Zheng
Modified: 2023-10-06 21:01 UTC (History)
10 users (show)

Fixed In Version: puppet-pacemaker-1.0.1-1.20220112144821.b3596d1.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1993107 (view as bug list)
Environment:
Last Closed: 2022-03-24 10:59:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1886789 0 None None None 2020-07-08 09:23:16 UTC
OpenStack gerrit 744192 0 None MERGED Fix up cluster_setup_extras usage 2021-02-10 12:24:15 UTC
OpenStack gerrit 804363 0 None None None 2021-08-12 11:50:58 UTC
Red Hat Issue Tracker OSP-3310 0 None None None 2021-11-16 16:48:36 UTC
Red Hat Product Errata RHBA-2022:0986 0 None None None 2022-03-24 10:59:41 UTC

Comment 12 Luca Miccini 2021-08-12 06:13:40 UTC
failed qa, back on dev.

Comment 13 Luca Miccini 2021-08-12 08:20:04 UTC
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

Comment 28 errata-xmlrpc 2022-03-24 10:59:07 UTC
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


Note You need to log in before you can comment on or make changes to this bug.