[SOLVED] Error converting .vmdk file to .qcow2 file

Hi,
is your disk-0.vmdk the flat hdd-file? Have you look with "ls -h" and "file" if the size and type fit?

My conversion-time from esx was a long time ago - so I don't know the actual file-formats with esx...

Udo
 
Do you have the option to export the disk to an "older" vmdk format ? It might be that your disk encodes VMDK features that qemu-does not yet support.
By the way if you manage to get over the disk format problem, you can use the qm importovf command line tool to import an ovf export.
See qm help importovf and the reference manual.
 
Hey thanks all!

@udo - Thanks, yeah converting the .vmdk to a flat one worked!

@manu - I didn't know that, I was prepared to manually configure it, thanks for the tip