Bug 2008910
Summary: | qcow2 images should be built in 1.1 compat format | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Ondřej Budai <obudai> | |
Component: | osbuild-composer | Assignee: | Ondřej Budai <obudai> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Wei Shi <wshi> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | unspecified | CC: | jrusz, lmiksik, pzatko, wshi | |
Target Milestone: | rc | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | osbuild-composer-33.3-1.el9_b | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2008928 (view as bug list) | Environment: | ||
Last Closed: | 2021-12-07 21:30:47 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: | 2008928 |
Description
Ondřej Budai
2021-09-29 13:28:23 UTC
Hello Wei, we agreed in https://issues.redhat.com/browse/COMPOSER-1149 that this needs to be fixed in 9.0 Beta, can you please give us a qa_ack? Both Jakub and I tested the new build and the bug is fixed, I'm setting to preverified: $ qemu-img info ced2b167-ee43-49ff-9fe2-a3537b9334b9-disk.qcow2 image: ced2b167-ee43-49ff-9fe2-a3537b9334b9-disk.qcow2 file format: qcow2 virtual size: 10 GiB (10737418240 bytes) disk size: 598 MiB cluster_size: 65536 Format specific information: compat: 1.1 compression type: zlib lazy refcounts: false refcount bits: 16 corrupt: false extended l2: false Verified with the latest nightly build: $ qemu-img info rhel-guest-image-9.0-20211004.2.x86_64.qcow2 image: rhel-guest-image-9.0-20211004.2.x86_64.qcow2 file format: qcow2 virtual size: 10 GiB (10737418240 bytes) disk size: 598 MiB cluster_size: 65536 Format specific information: compat: 1.1 compression type: zlib lazy refcounts: false refcount bits: 16 corrupt: false extended l2: false |