Bug 1618422
| Summary: | Backport unable to create RAID1 on Dell BOSS card | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Chris Dearborn <christopher_dearborn> |
| Component: | openstack-ironic | Assignee: | Chris Dearborn <christopher_dearborn> |
| Status: | CLOSED ERRATA | QA Contact: | mlammon |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | arkady_kanevsky, audra_cooper, bfournie, cdevine, christopher_dearborn, david_paterson, dcadzow, dcain, gael_rehault, jschluet, kurt_hey, mburns, morazi, rajini.karthik, srevivo, sumedh_sathaye |
| Target Milestone: | z3 | Keywords: | FeatureBackport, Triaged, ZStream |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-ironic-10.1.6-1.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-13 22:14:54 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: | 1458798 | ||
|
Description
Chris Dearborn
2018-08-16 15:17:03 UTC
I backported the fix here: https://review.openstack.org/#/c/592187/ No hardware to verify so checked code is in place.
cat /etc/yum.repos.d/latest-installed
13 -p 2018-10-24.1
[root@undercloud-0 /]# grep '"size_gb": {' -A5 /usr/lib/python2.7/site-packages/ironic/drivers/raid_config_schema.json
"size_gb": {
"anyOf": [{
"type": "integer",
"minimum": 0
},
{
Environment:
openstack-ironic-api-10.1.6-1.el7ost.noarch
openstack-ironic-inspector-7.2.1-4.el7ost.noarch
openstack-ironic-common-10.1.6-1.el7ost.noarch
openstack-ironic-staging-drivers-0.9.1-1.el7ost.noarch
openstack-ironic-conductor-10.1.6-1.el7ost.noarch
If there still an issue, please re-open.
The above code change is correct. It allows the creation of a RAID volume specifying a size of 0, which is what is required to create a RAID on a Dell BOSS card. Let me know if you need further information. 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:3605 |