Hello,
I'm currently trying to convert a vmdk to a KVM Image.
I've read the guide at http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 but with no success.
The future KVM VM will be on a iSCSI LVM Storage. The only way to create such a new KVM on is to choose storage type RAW. Every other type ends with Error like
"TASK ERROR: create failed - unsupported format 'vmdk' at /usr/share/perl5/PVE/Storage.pm line 1272."
So my question is: Do I have to convert the vmdk to RAW with the qemu-img command to be successfull? (qemu-img convert -f vmdk win2003-pve.vmdk -O raw win2003-pve.raw)
Thx in forward
Ben
I'm currently trying to convert a vmdk to a KVM Image.
I've read the guide at http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 but with no success.
The future KVM VM will be on a iSCSI LVM Storage. The only way to create such a new KVM on is to choose storage type RAW. Every other type ends with Error like
"TASK ERROR: create failed - unsupported format 'vmdk' at /usr/share/perl5/PVE/Storage.pm line 1272."
So my question is: Do I have to convert the vmdk to RAW with the qemu-img command to be successfull? (qemu-img convert -f vmdk win2003-pve.vmdk -O raw win2003-pve.raw)
Thx in forward
Ben