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 720100

Summary: Cluster nodes will not communicate if multicast address is specified
Product: Red Hat Enterprise Linux 6 Reporter: Ken Reilly <kreilly>
Component: clusterAssignee: Fabio Massimo Di Nitto <fdinitto>
Status: CLOSED ERRATA QA Contact: Cluster QE <mspqa-list>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.1CC: adrew, amote, ccaulfie, cluster-maint, fdinitto, ggruner, jkortus, lhh, mario.mikocevic, matthew.painter, mjuricek, pm-eus, rpeterso, sbradley, teigland, tscherf
Target Milestone: rcKeywords: Regression, ZStream
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: cluster-3.0.12-41.el6_1.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-19 10:46:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 713977    
Bug Blocks:    

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