Bug 1601484
| Summary: | glance image save is failing after ffwd upgrade | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yariv <yrachman> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Cyril Roelandt <cyril> |
| Status: | CLOSED ERRATA | QA Contact: | Mike Abrams <mabrams> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | abishop, cyril, eglynn, fpercoco, jschluet, lmarsh, mburns, pdeore, srevivo, tshefi, yrachman |
| Target Milestone: | z3 | Keywords: | Triaged, ZStream |
| Target Release: | 13.0 (Queens) | Flags: | lmarsh:
needinfo-
lmarsh: needinfo- |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-8.0.7-2.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-13 22:27:09 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: | |||
| Bug Depends On: | 1601472 | ||
| Bug Blocks: | |||
|
Description
Yariv
2018-07-16 13:21:28 UTC
The environment is HA environment OSP puddle version cat /home/stack/core_puddle_version 2018-07-13.1(undercloud) [stack@undercloud-0 ~]$ started 10z5 --> 10z async -> 13 sos report in https://bugzilla.redhat.com/show_bug.cgi?id=1601472 Yeah, it seems like the image directory (/var/lib/glance/images) is not available from the container. We might have to fix this in tripleo-heat-templates. Looking at docker/services/glance-api.yaml it seems like this is already done for NFS/NetApp. @Pranali: do you understand why the volume is not mounted in this case? I believe this issue has been fixed (see [1] and my comment at [2]). [1] https://github.com/openstack/tripleo-heat-templates/blob/stable/queens/docker/services/glance-api.yaml#L193 [2] https://review.openstack.org/#/c/569970/1/docker/services/glance-api.yaml@205 The fix appears to be on track for inclusion in 13z2, but I'll let Pranali confirm this. Yes, it's already been fixed during nfs cleanup. @Cyril: Initially it was done only for NFS & NetApp, but as per Alan's comment we have added it with the list of volumes instead of keeping it conditional. Pranali, please identify the "fixed in version" and move this to MODIFIED. It will also require doc text. 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-2018:3587 |