Bug 1286560
| Summary: | Cannot run appliance_console when the appliance has an IPv6 address | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Marius Cornea <mcornea> | |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> | |
| Status: | CLOSED ERRATA | QA Contact: | Ola Pavlenko <opavlenk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.5.0 | CC: | abellott, cbolz, cpelland, greartes, jhardy, jprause, mfeifer, mwelk, ncarboni, obarenbo | |
| Target Milestone: | GA | |||
| Target Release: | 5.6.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | appliance:cli | |||
| Fixed In Version: | 5.6.0.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1290105 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-29 15:13: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: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1290105 | |||
|
Description
Marius Cornea
2015-11-30 09:08:44 UTC
Here's the IP address coniguration on the VM:
[root@cloudforms ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:89:df:34 brd ff:ff:ff:ff:ff:ff
inet6 2000:dead:beef:a:5054:ff:fe89:df34/64 scope global dynamic
valid_lft 3440sec preferred_lft 3440sec
inet6 fe80::5054:ff:fe89:df34/64 scope link
valid_lft forever preferred_lft forever
This may be fixed as of https://github.com/ManageIQ/linux_admin/pull/141 which is included in version 0.13.0 of the linux_admin gem. I will retest this upstream. Because the version of linux_admin was bumped here https://github.com/ManageIQ/manageiq/commit/3ba88b3c5ccfda4d6d6fe2bc8b5c96c17e827d94 this may already be fixed upstream and also downstream as the gemfile change was back-ported in this MR (http://gitlab.cloudforms.lab.eng.rdu2.redhat.com/cloudforms/cfme/merge_requests/590) Works in upstream nightly as of 2015-12-08 *** Bug 1290002 has been marked as a duplicate of this bug. *** *** Bug 1297356 has been marked as a duplicate of this bug. *** verified on 5.6.0.9 rc2
[root@localhost ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:54:00:e9:a5:ac brd ff:ff:ff:ff:ff:ff
inet6 2000:dead:beef:a:5054:ff:fe89:df34/64
valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fee9:a5ac/64 scope link
valid_lft forever preferred_lft forever
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1348 |