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.
DescriptionJaroslav 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
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
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.