Bug 2107114
| Summary: | [RHOS17] OSDs are failing to start after node reboot with IPv6 network | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mikolaj Ciecierski <mciecier> |
| Component: | tripleo-ansible | Assignee: | John Fulton <johfulto> |
| Status: | CLOSED DUPLICATE | QA Contact: | Yogev Rabl <yrabl> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 17.0 (Wallaby) | CC: | aschoen, ceph-eng-bugs, gmeno, johfulto, kthakre, nthomas, ykaul |
| Target Milestone: | --- | Keywords: | Triaged |
| 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: | 2022-07-21 13:41:10 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: | |||
|
Description
Mikolaj Ciecierski
2022-07-14 11:34:57 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. OSP17 does not use ceph-ansible so this shouldn't be filed under ceph/ceph-ansible This sounds a like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2104647. Please try to reproduce by doing a new deploy with tripleo-ansible-3.3.1-0.20220708201820.fa5422f.el8ost installed on your undercloud and then do the reboot. If the bug reproduces, then please provide needinfo me access to a live system so I can investigate. If the bug does not reproduce, then please close this as a duplicate of 2104647. For an example of how to correctly deploy ceph w/ OSP17 w/ IPv6 please see this: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/deployed_ceph.html#example-ipv6 we need to make sure IR is passing your network_data.yaml to 'openstack overcloud ceph deploy' and that before the reboot that your ceph configuration (ssh controller-0; sudo cephadm shell -- ceph config dump) has ms_bind_ipv4 = False and ms_bind_ipv6 = True. The ms_bind settings will be configured correctly by director provided the network_data.yaml file is passed by IR as per the patch below from December: https://review.gerrithub.io/c/redhat-openstack/infrared/+/528642 *** This bug has been marked as a duplicate of bug 2104647 *** |