Bug 131006
| Summary: | RFE: Make a clumembd option to restrict cluster broadcast heartbeating to private NICs/loopback | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Lon Hohberger <lhh> | ||||
| Component: | clumanager | Assignee: | Lon Hohberger <lhh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3 | CC: | cluster-maint, emorisse, sabdelg | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-11-09 16:13:53 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: | |||||||
| Bug Blocks: | 131576 | ||||||
| Attachments: |
|
||||||
|
Description
Lon Hohberger
2004-08-26 16:21:59 UTC
Created attachment 103170 [details]
Patch which implements behavior
To turn on "primary-nic + lo only":
cludb -p clumembd%broadcast_primary_only yes
To turn it off:
cludb -r clumembd%broadcast_primary_only
1.2.18pre1 patch (unsupported; test only, etc.) http://people.redhat.com/lhh/clumanager-1.2.16-1.2.18pre1.patch This includes the fix for this bug and a few others. New behavior with feature: Member binds to only the loopback address and the 'primary NIC', regardless of how many physical NICs exist. Tested this by setting up 2 eth cards, eth0 (primary) and eth1 (secondary). With default setting (broadcast_primary_only off) verified that we were sending broadcast packets on eth1: [root@link-01 root]# tcpdump -i eth1 tcpdump: listening on eth1 10:13:18.927517 10.1.1.1.1228 > 10.1.3.255.1228: udp 16 (DF) 10:13:19.677554 10.1.1.1.1228 > 10.1.3.255.1228: udp 16 (DF) Then shut down the cluster and issued `cludb -p clumembd%broadcast_primary_only yes`, wrote to shared config storage, and restarted the cluster. Ran tcpdump on eth1 again and confirmed that this interface was not issuing broadcast packets. Version clumanager-1.2.22-2 This is ready for RHEL3-U4. 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 the 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-2004-491.html |