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 720100 - Cluster nodes will not communicate if multicast address is specified
Summary: Cluster nodes will not communicate if multicast address is specified
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: cluster
Version: 6.1
Hardware: All
OS: All
urgent
urgent
Target Milestone: rc
: ---
Assignee: Fabio Massimo Di Nitto
QA Contact: Cluster QE
URL:
Whiteboard:
: 741345 (view as bug list)
Depends On: 713977
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-09 10:44 UTC by Ken Reilly
Modified: 2011-09-26 18:00 UTC (History)
16 users (show)

Fixed In Version: cluster-3.0.12-41.el6_1.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-19 10:46:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:0958 0 normal SHIPPED_LIVE cluster and gfs2-utils bug fix update 2011-07-19 10:46:53 UTC

Comment 5 Fabio Massimo Di Nitto 2011-07-11 08:11:32 UTC
Unit test results:

with unpatched cman-3.0.12-41.el6.x86_64

<cluster name="fabbione" config_version="1" >
  <logging debug="on"/>
  <cman>
   <multicast addr="239.192.224.34"/>
  </cman>
  <clusternodes>
[snip]

[root@rhel6-node2 ~]# cman_tool nodes
Node  Sts   Inc   Joined               Name
   1   X      0                        rhel6-node1
   2   M     16   2011-07-11 10:07:24  rhel6-node2

With patched cman-3.0.12-41.el6_1.1.x86_64

[root@rhel6-node2 ~]# cman_tool nodes
Node  Sts   Inc   Joined               Name
   1   M     28   2011-07-11 10:09:48  rhel6-node1
   2   M     28   2011-07-11 10:09:48  rhel6-node2

nodes are now joining correctly.

[root@rhel6-node2 ~]# cman_tool status
Version: 6.2.0
Config Version: 1
Cluster Name: fabbione
Cluster Id: 17126
Cluster Member: Yes
Cluster Generation: 28
Membership state: Cluster-Member
Nodes: 2
Expected votes: 2
Total votes: 2
Node votes: 1
Quorum: 2  
Active subsystems: 1
Flags: 
Ports Bound: 0  
Node name: rhel6-node2
Node ID: 2
Multicast addresses: 239.192.224.34 
Node addresses: 192.168.2.66 

also verified that requested mcast address is in use.

[root@rhel6-node2 ~]# corosync-objctl |grep ttl
[root@rhel6-node2 ~]# 

lack of ttl in cluster.conf does not add a ttl=0 entry and leaves the default
from corosync as expected.

Comment 8 errata-xmlrpc 2011-07-19 10:46:57 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-0958.html

Comment 9 Fabio Massimo Di Nitto 2011-09-26 18:00:36 UTC
*** Bug 741345 has been marked as a duplicate of this bug. ***


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