Hide Forgot
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.
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