Bug 835858 - Cannot convert a vmdk image to a virt-image image file through virt-convert.
Summary: Cannot convert a vmdk image to a virt-image image file through virt-convert.
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virt-manager
Version: unspecified
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-27 10:18 UTC by Geyang Kong
Modified: 2014-07-06 19:31 UTC (History)
11 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-07 17:00:37 UTC
Embargoed:


Attachments (Terms of Use)
Debug output (2.29 KB, text/plain)
2012-06-27 10:18 UTC, Geyang Kong
no flags Details

Description Geyang Kong 2012-06-27 10:18:15 UTC
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:

Comment 2 Cole Robinson 2013-04-21 19:12:22 UTC
virtinst has been merged into virt-manager.git. Moving all virtinst bugs to the virt-manager component.

Comment 4 Cole Robinson 2014-02-07 17:00:37 UTC
Soon to be upstream virt-convert has been massively reworked, and this bug is no longer relevant.


Note You need to log in before you can comment on or make changes to this bug.