Bug 1209336
| Summary: | openstack-cinder should have device-mapper-multipath as a dependency | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bryan Yount <byount> | |
| Component: | openstack-cinder | Assignee: | Lon Hohberger <lhh> | |
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 7.0 (Kilo) | CC: | calfonso, eharney, hguemar, jwaterwo, mburns, ohochman, rrosa, sgordon, yeylon | |
| Target Milestone: | z3 | Keywords: | AutoVerified, EasyFix, ZStream | |
| Target Release: | 6.0 (Juno) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-cinder-2014.2.3-3.el7ost | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1212558 (view as bug list) | Environment: | ||
| Last Closed: | 2015-05-05 13:10:24 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: | ||||
| Bug Blocks: | 1212558 | |||
|
Description
Bryan Yount
2015-04-07 05:33:17 UTC
There are a few different solutions to this: * Fix the RHEL cloud image to include the package (probably the *right* choice) * Add an explicit dependency on device-mapper-multipath to one of the storage related components (cinder, glance, swift, nova) (probably the quickest solution) * Add to a DIB element to include the package in the image It looks like this needs to be a dependency of openstack-cinder and openstack-nova-compute (both) to fully resolve the issue. After reviewing this, we decided: 1. not a good choice. The image itself targets guest images which would *not* want dmm 3. more involved but doable #2 is the right choice and simplest path forward. It should be added as a dependency to both openstack-nova-compute and openstack-cinder I'll move this bug and clone it appropriately now. 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://rhn.redhat.com/errata/RHBA-2015-0932.html |