Bug 1707691
Summary: | neutron-haproxy container should have access to /dev/log to record haproxy log | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Takashi Kajinami <tkajinam> |
Component: | puppet-tripleo | Assignee: | Cédric Jeanneret <cjeanner> |
Status: | CLOSED ERRATA | QA Contact: | Victor Voronkov <vvoronko> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 14.0 (Rocky) | CC: | aschultz, bperkins, cjeanner, jjoyce, jschluet, mburns, sbandyop, shdunne, slinaber, tvignaud, vvoronko |
Target Milestone: | z3 | Keywords: | Triaged, ZStream |
Target Release: | 14.0 (Rocky) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | puppet-tripleo-9.4.0-0.20190307172347.b5220a7.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-02 20:08:44 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
Takashi Kajinami
2019-05-08 05:57:52 UTC
I found the following patch to fix this issue is already backported to stable/queens. https://review.opendev.org/#/c/648128/ Hello Takashi, After a quick check, the patch wasn't backported downstream - it's now started (check https://code.engineering.redhat.com/gerrit/169711 ) Does your issue need some hot-fix, or can it wait for the next Z-Stream (end of June)? Cheers, C. Me again, I've checked the wrong branch - Queens (osp-13) does have the patch since end of March, meaning it should be probably present in the latest z-stream (or in the next). What's missing is the patch for OSP-14 (Rocky) - I've started the upstream backport already (https://review.opendev.org/657788) and will backport it downstream once it's merged. Cheers, C. Hi Cédric, Thank you for checking the current status. The pasted logs are taken in my deployment with RHOSP13z5, so I think it is not yet included in the released version. ~~~ [heat-admin@controller-0 ~]$ cat /etc/rhosp-release Red Hat OpenStack Platform release 13.0.5 (Queens) ~~~ I can wait for next z-stream, as this is not directly required now, but surely helpful to do RCA for metadata issue. Thank you, Takashi Hi Cedric, Sorry, we already have z6 released, and the fix was included there. So we do not need any more activity about RHOSP13, while we need the same backport for RHOSP14. Thank you, Takashi Hello Takashi, I've got the backport merged upstream and started it downstream, should be merged by the end of the week. And included in the next z-stream, end of June. Cheers, C. *** Bug 1714092 has been marked as a duplicate of this bug. *** Verified on compose 2019-06-10.3 [heat-admin@controller-0 ~]$ sudo docker ps | grep neutron-haproxy 5b2e4703e6d0 192.168.24.1:8787/rhosp14/openstack-neutron-l3-agent:2019-06-10.3 "ip netns exec qro..." 51 minutes ago Up 51 minutes neutron-haproxy-qrouter-c8cadb82-566b-4dbe-8ae6-fab39b97ce6e [heat-admin@controller-0 ~]$ sudo docker inspect 5b2e4703e6d0 | grep -A 5 Binds "Binds": [ "/var/lib/config-data/puppet-generated/neutron/etc/neutron:/etc/neutron:ro", "/run/netns:/run/netns:shared", "/var/lib/neutron:/var/lib/neutron", "/dev/log:/dev/log" ], [heat-admin@controller-0 ~]$ sudo docker exec -t 5b2e4703e6d0 ls /dev/log /dev/log $ 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://access.redhat.com/errata/RHBA-2019:1672 |