Bug 1666878
| Summary: | On undercloud some of the neutron containers fail to start at boot time because they cannot mount /run/openvswitch | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
| Component: | rhosp-director | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15.0 (Stein) | CC: | bcafarel, beagles, dbecker, emacchi, mburns, michele, morazi, njohnston |
| 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: | 2019-04-05 08:28:17 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
Marius Cornea
2019-01-16 20:33:40 UTC
It sounds like a missing start dependency between openvswitch and neutron containers? With docker, the docker service is After=network.target and opensvswitch.service is PartOf=network.target. So docker containers always start after openvswitch Brent, can you comment on whether this is more on the Director side or the OVS side? It seems to me that OVS would need to maintain their existing target for a generic situation, so a different specialized target may be needed. This is on the deployment side. The service files responsible for launching the neutron agents should have dependencies to drag openvswitch up. |