Bug 1602191
| Summary: | rabbitmq crashes on startup when ipv6 is disabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Hill <dhill> | ||||
| Component: | rabbitmq-server | Assignee: | Peter Lemenkov <plemenko> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Udi Shkalim <ushkalim> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13.0 (Queens) | CC: | apevec, dhill, jeckersb, lhh, srevivo | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-07-18 09:26:58 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: | |||||||
| Attachments: |
|
||||||
Created attachment 1459592 [details]
crash dump
epmd did start properly: rabbitmq 17972 0.0 0.0 48856 516 ? S 00:11 0:00 /usr/lib64/erlang/erts-7.3.1.4/bin/epmd -daemon So it's not totally the same issue as this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1310808 But might be solved by updating erlang to 19... or any other solution that you deem valid . I didn't test this with RHOSP 12 but that setting is also available in RHOSP 12. It'll probably break there too. Looks like it's a duplicate of a bug 1590602. In short we assume that at least ::1 is up and ready. *** This bug has been marked as a duplicate of bug 1590602 *** |
Description of problem: rabbitmq crashes on startup when ipv6 is disabled in the templates using: parameter_defaults: KernelDisableIPv6: 1 Here is the startup_err: Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{k Crash dump is being written to: erl_crash.dump...done Version-Release number of selected component (if applicable): How reproducible: Set KernelDisabledIPv6: 1 in the environment file Steps to Reproduce: 1. Set KernelDisabledIPv6: 1 in the environment file 2. Deploy an overcloud 3. Actual results: rabbit fails to start Expected results: rabbit should start Additional info: