Bug 1908366
Summary: | [OSP-13] OS-Brick: VxFlexOS Volume-attach failed with KeyError: 'config_group' | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alan Bishop <abishop> |
Component: | python-os-brick | Assignee: | Alan Bishop <abishop> |
Status: | CLOSED ERRATA | QA Contact: | Tzach Shefi <tshefi> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | apevec, astupnik, dhill, dhruv, ealcaniz, fiezzi, fnebiolo, gcharot, geguileo, ianwatson, jamsmith, jschluet, jvisser, kholtz, lhh, pgrist |
Target Milestone: | z15 | Keywords: | OtherQA, Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-os-brick-2.3.9-8.el7ost | Doc Type: | Bug Fix |
Doc Text: |
This update fixes an incompatibility that caused VxFlex volume detachment attempts to fail.
+
A recent change in VxFlex cinder volume credentialing methods was not backward compatible with pre-existing volume attachments. If a VxFlex volume attachment was made before the credentialing method change, attempts to detach the volume failed.
+
Now the detachments do not fail.
|
Story Points: | --- |
Clone Of: | 1869346 | Environment: | |
Last Closed: | 2021-03-18 13:09:23 UTC | Type: | --- |
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: | 1869346 | ||
Bug Blocks: |
Description
Alan Bishop
2020-12-16 14:22:23 UTC
The patch merged on upstream stable/queens. z14 has already been released, and z15 will be a full import from stable/queens. I'm not aware of a workaround, and so I requested a hotfix. Here is the full list of services that rely on os-brick: 1. nova-compute 2. cinder-volume 3. glance-api (if glance is using cinder for its storage backend) 4. cinder-backup (an optional service) Typically an os-brick hotfix would need to be applied to each of the above container images (#3, 4 if applicable). But, as noted, the nature of the bug is such that it affects nova. You might be able to update just the nova-compute container image, but cinder-volume should also be updated if there are signs of the failure in the cinder-volume.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 (Red Hat OpenStack Platform 13.0 bug fix and enhancement 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-2021:0932 |