Bug 1299214
| Summary: | Cannot deploy rabbit in an ipv6 environment | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mike Burns <mburns> | |
| Component: | rabbitmq-server | Assignee: | John Eckersberg <jeckersb> | |
| Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 7.0 (Kilo) | CC: | apevec, ddomingo, jeckersb, jpena, lhh, mburns, yeylon | |
| Target Milestone: | z4 | Keywords: | ZStream | |
| Target Release: | 7.0 (Kilo) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | rabbitmq-server-3.3.5-15.el7ost | Doc Type: | Bug Fix | |
| Doc Text: |
When checking for a distribution port, RabbitMQ will now check for IPv6 addresses if no IPv4 addresses are available. This ensures that RabbitMQ can start successfully in an IPv6-only environment. Previously, RabbitMQ only checked for IPv4 addresses; if none were found (as in an IPv6-only environment), the RabbitMQ port check (and by extension, startup) failed. (BZ#1299214)
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1299485 (view as bug list) | Environment: | ||
| Last Closed: | 2016-02-18 16:10:33 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: | 1299485 | |||
|
Description
Mike Burns
2016-01-17 12:37:59 UTC
[root@overcloud-controller-0 ~]# rabbitmqctl cluster_status
Cluster status of node 'rabbit@overcloud-controller-0' ...
[{nodes,[{disc,['rabbit@overcloud-controller-0',
'rabbit@overcloud-controller-1',
'rabbit@overcloud-controller-2']}]},
{running_nodes,['rabbit@overcloud-controller-2',
'rabbit@overcloud-controller-1',
'rabbit@overcloud-controller-0']},
{cluster_name,<<"rabbit@overcloud-controller-0">>},
{partitions,[]}]
...done.
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://rhn.redhat.com/errata/RHBA-2016-0259.html |