Created attachment 594744 [details] Debug output Description of problem: Cannot convert a vmdk image to a virt-image image file through virt-convert. Version-Release number of selected component (if applicable): python-virtinst-0.600.0-8.el6 How reproducible: 100% Steps to Reproduce: 1. Make sure there is a vmdk image and related vmx file.(you can get it by converting from a virt-image file by using #virt-convert -i virt-image -o vmx $xml-file) 2. Run #virt-convert -i vmx -o virt-image $vmx-file -D raw 3. Run #qemu-img info $image-file Actual results: 1. The output is: image: T2.img file format: vmdk virtual size: 6.0G (6442450944 bytes) disk size: 2.6G Expected results: 1. After step 3, result should be image: T2.img file format: raw virtual size: 6.0G (6442450944 bytes) disk size: 2.7G Additional info:
virtinst has been merged into virt-manager.git. Moving all virtinst bugs to the virt-manager component.
Soon to be upstream virt-convert has been massively reworked, and this bug is no longer relevant.