Bug 1826981
| Summary: | Wrong permissions on /var/lib/neutron/ cause metadata-proxy to fail | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | ldenny |
| Component: | openstack-neutron | Assignee: | Dan Radez <dradez> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 13.0 (Queens) | CC: | amuller, chrisw, dprince, dradez, jschluet, m.andre, scohen |
| Target Milestone: | --- | Keywords: | ZStream |
| 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: | 2020-09-28 05:00:15 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
ldenny
2020-04-22 22:43:13 UTC
I'm setting the component to openstack-neutron as this is a permissions issue related to deployment there. Has this been resolved? I'm looking at build openstack-tripleo-heat-templates-8.4.1-42 from February that seems to include the patch that has been linked. I couldn't find the exact build where this patch was introduced. If it's not been resolved could you provide the version of openstack-tripleo-heat-templates that you have installed? Hi Dan, Version installed is `openstack-tripleo-heat-templates-8.4.1-16.el7ost.noarch` We can fix the issue by running the following from https://review.opendev.org/gitweb?p=openstack%2Ftripleo-heat-templates.git;a=commitdiff;h=818ad752f8b048217a0d5b76ea2c5f86714597f4 ~~~ setfacl -d -R -m u:42435:rwx /var/lib/neutron setfacl -R -m u:42435:rw /var/lib/neutron find /var/lib/neutron -type d -exec setfacl -m u:42435:rwx '{}' \; setfacl -m u:42435:rwx /var/lib/neutron/metadata_proxy setfacl -m u:42435:rwx /var/lib/neutron setfacl -m u:42435:rwx /var/lib/neutron/metadata_proxy setfacl -m u:42435:rwx /var/lib/neutron/keepalived-state-change setfacl -d -R -m u:42435:rwx /var/lib/neutron/metadata_proxy setfacl -d -R -m u:42435:rwx /var/lib/neutron/keepalived-state-change setfacl -d -R -m u:42435:rwx /var/lib/neutron ~~~ But this only works until the container is restarted and the permissions revert. Thanks ldenny, That package was built in Nov 2019. otoh that patch seems to be included in the package version you have installed. I'm wondering if this is related to the container build and not THT? Is there a way you could update to the latest containers in OSP 13? There have been atleast 2 Z releases GAed I can see since that package was built. Hi Dan, We can't update the customer to the latest containers sadly. We are going to try pulling a fresh copy of the current openstack-neutron-metadata-agent:13.0-106 container and launch it with paunch to see if that helps. Any updates here? What if we close this out and you can reopen it if you need more assistance Hi Dan, Let's do that, I will close and reopen if needed. Cheers. |