Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 915894

Summary: pcs should support creating dual-ring clusters (RRP)
Product: Red Hat Enterprise Linux 7 Reporter: Jaroslav Kortus <jkortus>
Component: pcsAssignee: Chris Feist <cfeist>
Status: CLOSED CURRENTRELEASE QA Contact: Cluster QE <mspqa-list>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: cluster-maint, djansa, fdinitto, rsteiger
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pcs-0.9.104-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1072415 (view as bug list) Environment:
Last Closed: 2014-06-13 09:33:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslav Kortus 2013-02-26 17:48:07 UTC
Description of problem:
pcs should support creating dual-ring clusters (RRP).
It would be the same as cman's <altname .../> tags.

See man corosync.conf - ringnumber and rrp_mode

Comment 2 Chris Feist 2014-01-10 23:58:54 UTC
https://github.com/feist/pcs/commit/c405c8a4dd271f29579e42883c6936f44aca940d

Added support for RRP in pcs.

You can configure it with 'pcs cluster setup ....  --addr0 x.x.x.x --addr1 y.y.y.y

Comment 3 Chris Feist 2014-01-11 00:00:01 UTC
Test Results:

[root@rh7-1 ~]# pcs cluster setup --name new_rrp rh7-1 rh7-2 --addr0 192.168.122.0 --addr1 192.168.123.0 --transport udp
rh7-1: Succeeded
rh7-2: Succeeded
[root@rh7-1 ~]# pcs cluster start
Starting Cluster...
[root@rh7-1 ~]# rpm -q pcs
pcs-0.9.104-1.el7.x86_64
[root@rh7-1 ~]# corosync-cfgtool -s
Printing ring status.
Local node ID 1
RING ID 0
	id	= 192.168.122.173
	status	= ring 0 active with no faults
RING ID 1
	id	= 192.168.123.1
	status	= ring 1 active with no faults


... on rh7-2 ...

[root@rh7-2 ~]# corosync-cfgtool -s
Printing ring status.
Local node ID 2
RING ID 0
	id	= 192.168.122.137
	status	= ring 0 active with no faults
RING ID 1
	id	= 192.168.123.2
	status	= ring 1 active with no faults

Comment 7 Ludek Smid 2014-06-13 09:33:07 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.