Bug 1602981
| Summary: | Missing sg_utils(command sg_scan) in openstack-cinder-volume container for cinder-backup | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Robin Cernin <rcernin> |
| Component: | python-os-brick | Assignee: | Eric Harney <eharney> |
| Status: | CLOSED ERRATA | QA Contact: | Avi Avraham <aavraham> |
| Severity: | medium | Docs Contact: | Kim Nylander <knylande> |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | abishop, apevec, eharney, jschluet, lhh, srevivo, tshefi |
| Target Milestone: | z2 | Keywords: | Rebase, Triaged, ZStream |
| Target Release: | 13.0 (Queens) | Flags: | tshefi:
automate_bug+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-os-brick-2.3.2-1.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-29 16:38:50 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
Robin Cernin
2018-07-19 00:31:58 UTC
Confirmed the problem, and it's due to os-brick not having an RPM dependency on sg3_utils. Fix for RDO Rocky: https://review.rdoproject.org/r/#/c/14898/ RDO Queens: https://review.rdoproject.org/r/#/c/14900/ Verified on: python2-os-brick-2.3.2-1.el7ost.noarch On controller host as well as inside openstack-cinder-volume-docker-0 docker, now I have the missing sg_scan command. ()[root@controller-0 /]# sg_scan Looks OK to verify. Eric/Alan, sg_scan remains missing from Cinder backup's docker, is this OK? Maybe it's not needed/used inside backup docker unsure I'm just mentioning this fact before I technically verify to be on the safe side. Wops jumped the gun on verified button by mistake. If sg_scan must also reside n backup docker, I'll reset bz status accordingly. This bug is marked for inclusion in the errata but does not currently contain draft documentation text. To ensure the timely release of this advisory please provide draft documentation text for this bug as soon as possible. If you do not think this bug requires errata documentation, set the requires_doc_text flag to "-". To add draft documentation text: * Select the documentation type from the "Doc Type" drop down field. * A template will be provided in the "Doc Text" field based on the "Doc Type" value selected. Enter draft text in the "Doc Text" field. 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:2574 Close loop wise we cover this automatically since OPS13, with any test case that does Cinder backup https://polarion.engineering.redhat.com/polarion/#/project/RHELOpenStackPlatform/workitem?id=RHOSP7-3354 These also cover this issue as they include backup for a volume https://polarion.engineering.redhat.com/polarion/#/project/RHELOpenStackPlatform/workitem?id=RHELOSP-11588 https://polarion.engineering.redhat.com/polarion/#/project/RHELOpenStackPlatform/workitem?id=RHOSP7-3357 |