| Summary: | sxconsole improperly reports heartbeat interface | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Trapier Marshall <tmarshal> |
| Component: | sx | Assignee: | Pierguido Lambri <plambri> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adam.stokes, cphillip, ndevos, plambri, sbradley |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sx-2.16-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-04 06:42:23 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: | |
| Bug Depends On: | 1068700 | ||
| Bug Blocks: | |||
sx-2.16-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/sx-2.16-1.fc19 sx-2.16-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/sx-2.16-1.el6 sx-2.16-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/sx-2.16-1.fc20 Package sx-2.16-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sx-2.16-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-2969/sx-2.16-1.fc20 then log in and leave karma (feedback). sx-2.16-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. sx-2.16-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. sx-2.16-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: From cluster-summary.txt. This should be eth9 rather than eth11: HB Address: 192.168.100.11 HB Interface: eth11 $ grep Node.address sos_commands/cluster/cman_tool_status Node addresses: 192.168.100.11 I suspect sxconsole is looking at the ifcfg files: $ grep -eONBOOT -e IPADDR etc/sysconfig/network-scripts/ifcfg-eth{9,11} etc/sysconfig/network-scripts/ifcfg-eth9:ONBOOT=yes etc/sysconfig/network-scripts/ifcfg-eth9:IPADDR=192.168.100.11 etc/sysconfig/network-scripts/ifcfg-eth11:ONBOOT=no etc/sysconfig/network-scripts/ifcfg-eth11:IPADDR=192.168.100.11 ...rather than what is active: $ grep -B1 192.168.100.11 ifconfig eth9 Link encap:Ethernet HWaddr 9C:8E:99:0F:F7:C4 inet addr:192.168.100.11 Bcast:192.168.100.255 Mask:255.255.255.0 Version-Release number of selected component (if applicable): sx-2.15-1.fc19.noarch How reproducible: 100% Steps to Reproduce: 1. run sxconsole against a sosreport with multiple interfaces assigned through ifcfg files to the the heartbeat address, with all but one configured to ONBOOT=no Actual results: sxconsole reports the alphabetically last interface with the matching IPADDR entry as the heartbeat interface, even if that one is ONBOOT=no Expected results: sxconsole reports the heartbeat interface correctly Additional info: