Bug 1192223
Summary: | CloudForms can't smart state QCOW2 Images with 0.11 compat version created by RHEL 7 qemu-img-rhev on OpenStack Juno | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | david.costakos | |
Component: | SmartState Analysis | Assignee: | Mo Morsi <mmorsi> | |
Status: | CLOSED ERRATA | QA Contact: | Thom Carlin <tcarlin> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.3.0 | CC: | david.costakos, jhardy, kmorey, mmorsi, obarenbo, roliveri, tcarlin, xlecauch | |
Target Milestone: | GA | |||
Target Release: | 5.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1208567 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 12:50:41 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: | 1208567 |
Description
david.costakos
2015-02-12 22:06:04 UTC
Should this be compat = 1.1? As in your qemu-img info output. 0.11 results in an error locally where as 1.1 does not $ qemu-img create -f qcow2 -o compat=0.11 foo.img 1M Formatting 'foo.img', fmt=qcow2 size=1048576 compat='0.11' encryption=off cluster_size=65536 lazy_refcounts=off Invalid compatibility level: '0.11' qemu-img: foo.img: error while creating qcow2: Invalid argument $ qemu-img create -f qcow2 -o compat=1.1 foo.img 1M Formatting 'foo.img', fmt=qcow2 size=1048576 compat='1.1' encryption=off cluster_size=65536 lazy_refcounts=off It should be "-o compat=0.10" my bad on that type-o. "0.10" isn't an issue, can run that fine. I can't use "0.11" though and was wondering if that should be "1.1" as indicated in your output. Definitely not 1.1. The issue is with smart state analysis of images created with the 1.1 compat level. Apparently, this is the default for RHEL 7, at least in OpenStack Juno. NOTE: this did not affect rhel-guest-image-* packages. Only new templates created on RHEL 7. This may also RHEV, but I am unsure about that at this time. (In reply to david.costakos from comment #6) > The issue is with smart state analysis of images created with the 1.1 compat level. Yes but the bug subject and description state "0.11" not "1.1" No worries, will test with "1.1" going forward (would update the issue though) Filed PR #2000 containing the fix https://github.com/ManageIQ/manageiq/pull/2000 PR merged Verified with 5.4.0.0.24.20150427192818_1fd9e49 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-1100.html |