Re: [CentOS-virt] ovf conversion

2013-04-19 Thread Markus Falb
On 29.3.2013 15:17, Van wrote: 29.03.2013, 16:08, Markus Falb markus.f...@fasel.at: ... $ virt-convert -i ovf -o virt-image path_to_image.ovf ERRORCouldn't convert disks: Disk conversion failed with exit status 1: qemu-img: Could not open 'path_to_image.vmdk' 1) convert VirtualBox

[CentOS-virt] ovf conversion

2013-03-29 Thread Markus Falb
I try do use one of the images available from [1] These images comes in two flavors, one vmx, one ovf. I do not know how to convert one of these to centos6-libvirt-kvm virt-convert gives me an error $ virt-convert -i ovf -o virt-image path_to_image.ovf ERRORCouldn't convert disks: Disk

Re: [CentOS-virt] ovf conversion

2013-03-29 Thread Van
  29.03.2013, 16:08, "Markus Falb" markus.f...@fasel.at:I try do use one of the images available from [1]These images comes in two flavors, one vmx, one ovf.I do not know how to convert one of these to centos6-libvirt-kvmvirt-convert gives me an error$ virt-convert -i ovf -o virt-image

Re: [CentOS-virt] ovf conversion

2013-03-29 Thread Zoltan Frombach
Try to use qemu-img directly, like this: qemu-img convert -f vmdk -O raw Your-Original-Disk-Image.vmdk Raw-Disk-Image.img Zoltan On 3/29/2013 1:08 PM, Markus Falb wrote: I try do use one of the images available from [1] These images comes in two flavors, one vmx, one ovf. I do not know how