RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1078343 - PCS not setting token.timeout in corosync.conf (meaning 1 sec token timeout by default)
Summary: PCS not setting token.timeout in corosync.conf (meaning 1 sec token timeout b...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcs
Version: 7.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Chris Feist
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-19 16:00 UTC by Jaroslav Kortus
Modified: 2017-06-07 18:28 UTC (History)
5 users (show)

Fixed In Version: pcs-0.9.115-32.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 09:21:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1173346 0 medium CLOSED Allow to modify arbitrary corosync.conf value 2021-06-10 10:49:13 UTC

Internal Links: 1173346

Description Jaroslav Kortus 2014-03-19 16:00:35 UTC
Description of problem:
As PCS is not setting the token timeout, it will default to 1 second, which is 10x times less than the default value for cman in RHEL6.

I'd like to discuss if this lowered default is really useful or if it should be raised.

Comment 8 Chris Feist 2014-03-25 22:09:40 UTC
Test with RPM:
[root@rh7-1 rpmbuild]# pcs cluster setup --name myname rh7-1 --token 10000 --join 75 --consensus 1300 --miss_count_const 1350 --fail_recv_const 2501 
Shutting down pacemaker/corosync services...
Redirecting to /bin/systemctl stop  pacemaker.service
Redirecting to /bin/systemctl stop  corosync.service
Killing any remaining services...
Removing all cluster configuration files...
rh7-1: Succeeded
[root@rh7-1 rpmbuild]# pcs cluster start
Starting Cluster...
[root@rh7-1 rpmbuild]# corosync-cmapctl | grep '^totem'
totem.cluster_name (str) = myname
totem.consensus (u32) = 1300
totem.fail_recv_const (u32) = 2501
totem.interface.0.bindnetaddr (str) = rh7-1
totem.interface.0.mcastaddr (str) = 239.192.27.126
totem.interface.0.mcastport (u16) = 5405
totem.join (u32) = 75
totem.miss_count_const (u32) = 1350
totem.secauth (str) = off
totem.token (u32) = 10000
totem.transport (str) = udpu
totem.version (u32) = 2
[root@rh7-1 rpmbuild]# rpm -q pcs
pcs-0.9.115-32.el7.x86_64


Looking above, all appropriate values are set.

Comment 10 Jaroslav Kortus 2014-03-26 13:23:04 UTC
pcs cluster setup --name jkcluster --token 3000 --transport udpu $CLUSTER_NODES

* /etc/corosync/corosync.conf contains supplied value for token
# corosync-cmapctl | grep totem.token
totem.token (u32) = 3000

Marking as verified with pcs-0.9.115-32.el7.x86_64

Comment 12 Ludek Smid 2014-06-13 09:21:41 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


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