Bug 592613
Summary: | clufindhostname -i returns random value | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Dyna <dyn_ares> | |
Component: | rgmanager | Assignee: | Lon Hohberger <lhh> | |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 5.4 | CC: | cluster-maint, djansa, edamato | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | rgmanager-2.0.52-16.el5 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 661881 (view as bug list) | Environment: | ||
Last Closed: | 2011-07-21 10:46:58 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: | 661881 |
Description
Dyna
2010-05-15 18:15:48 UTC
Patch pushed upstream: http://git.fedorahosted.org/git?p=cluster.git;a=commit;h=b057008da82f0caeb539e33575eb1f0a07da192c This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. This request was erroneously denied for the current release of Red Hat Enterprise Linux. The error has been fixed and this request has been re-proposed for the current release. I have been unable to reproduce the problem where it produces an incorrect value, however, positive testing works: [root@rhel5-1 ~]# clufindhostname -i 1.1.1.1 [root@rhel5-1 ~]# echo $? 2 [root@rhel5-1 ~]# clufindhostname -i 192.168.122.22 client [root@rhel5-1 ~]# echo $? 0 [root@rhel5-1 ~]# clufindhostname -i client [root@rhel5-1 ~]# echo $? 2 [root@rhel5-1 ~]# clufindhostname -i ARGLEBARGLE [root@rhel5-1 ~]# echo $? 2 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/RHSA-2011-1000.html |