| Summary: | qemu-img convert -p option display error | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Xu Han <xuhan> | |
| Component: | qemu-kvm | Assignee: | Hanna Czenczek <hreitz> | |
| Status: | CLOSED WORKSFORME | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 7.0 | CC: | acathrow, hhuang, juzhang, michen, virt-maint, xfu, xuhan, xwei | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1006681 (view as bug list) | Environment: | ||
| Last Closed: | 2014-01-13 18:50:00 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1006681 | |||
Do you have any image for me to test this, by any chance? If I use RHEL7's qemu-img convert on a RHEL7 image I have here, it works properly. (In reply to Max Reitz from comment #2) > Do you have any image for me to test this, by any chance? If I use RHEL7's > qemu-img convert on a RHEL7 image I have here, it works properly. Hi Xu, Can you have a look and add comment? Best Regards, Junyi Just re-tested few times with 'qemu-img-1.5.3-21.el7.x86_64', could not reproduce as well.
# qemu-img convert -f qcow2 RHEL-7.0-x86_64-Server.qcow2 -O raw RHEL-7.0-x86_64-Server.raw -p
(100.00/100%)
# qemu-img convert -f qcow2 RHEL-6.5-x86_64-Server.qcow2 -O raw RHEL-6.5-x86_64-Server.raw -p
(100.00/100%)
# qemu-img convert -f qcow2 Windows-7-x86-Desktop.qcow2 -O raw Windows-7-x86-Desktop.raw -p
(100.00/100%)
# qemu-img convert -f qcow2 Windows-2012R2-x86_64-Server.qcow2 -O raw Windows-2012R2-x86_64-Server.raw -p
(100.00/100%)
# qemu-img convert -f raw Windows-2012R2-x86_64-Server.raw -O qcow2 -o compat=0.10 Windows-2012R2-x86_64-Server.qcow2_v1 -p
(100.00/100%)
# qemu-img convert -f raw RHEL-7.0-x86_64-Server.raw -O qcow2 RHEL-7.0-x86_64-Server.qcow2_v3 -p
(100.00/100%)
based on recent comments, closing as WORKSFORME |
Description of problem: when qemu-img finish convert, image could be use, but display was (98.25/100%) not (100.00/100%). Version-Release number of selected component (if applicable): kernel: 3.10.0-12.el7.x86_64 qemu: qemu-kvm-1.5.3-1.el7.x86_64 qemu-img-1.5.3-1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1.convert image #qemu-img convert -f qcow2 win2012-x64.qcow2 -O raw win2012-x64.raw -p Actual results: qemu-img display: (98.25/100%) Expected results: qemu-img display: (100.00/100%) Additional info: in rhel6 host, this command display properly.