Bug 1097021
| Summary: | [RFE] qemu-img: Add/improve Disk2VHD tools creating VHDX images | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> |
| Component: | qemu-kvm | Assignee: | Jeff Cody <jcody> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.5 | CC: | areis, bsarathy, chayang, Jan.van.Eldik, jcody, juzhang, kwolf, luis.fernandez.alvarez, michen, mkenneth, mrezanin, nerijus, ondrejv, qzhang, rbalakri, rjones, rvokal, sdenham, sluo, stefanha, virt-maint |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-0.12.1.2-2.429.el6 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1097020 | Environment: | |
| Last Closed: | 2014-10-14 06:59: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: | 1097020 | ||
| Bug Blocks: | |||
|
Comment 1
Sibiao Luo
2014-05-13 02:16:39 UTC
Fix included in qemu-kvm-0.12.1.2-2.429.el6 verify this issue on qemu-kvm-rhev-0.12.1.2-2.430.el6.x86_64.
host info:
# uname -r && rpm -q qemu-kvm-rhev
2.6.32-448.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.430.el6.x86_64
# qemu-img info /home/SERVERIS.VHDX
image: /home/SERVERIS.VHDX
file format: vhdx
virtual size: 1.0G (1073741824 bytes)
disk size: 22M
# qemu-img convert -p -f vhdx SERVERIS.VHDX -O qcow2 serveris.qcow2
(100.00/100%)
# qemu-img info serveris.qcow2
image: serveris.qcow2
file format: qcow2
virtual size: 1.0G (1073741824 bytes)
disk size: 7.9M
cluster_size: 65536
# qemu-img convert -p -f vhdx SERVERIS.VHDX -O raw serveris.raw
(100.00/100%)
# qemu-img info serveris.raw
image: serveris.raw
file format: raw
virtual size: 1.0G (1073741824 bytes)
disk size: 7.3M
Base on above, this issue has been fixed correctly, move to VERIFIED status.
Best Regards,
sluo
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. http://rhn.redhat.com/errata/RHBA-2014-1490.html |