I am following this guide for migrating V2V (VMware to proxmox): https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE
I have exported the VM to .ovf/.vmdk and scp'd them over to proxmox. However, the qm command is failing. Output:
root@proxmox1:~# qm importovf 200 /root/awstats2.ovf data
qemu-img: Could not open '/root/disk-0.vmdk': Invalid footer
could not parse qemu-img info command output for '/root/disk-0.vmdk'
Use of uninitialized value $virtual_size in concatenation (.) or string at /usr/share/perl5/PVE/QemuServer/OVF.pm line 225.
error parsing /root/disk-0.vmdk, size seems to be
root@proxmox1:~#
Any ideas? I can't seem to find anything specific other than posts regarding qcow2 conversions, which is not related.
I have exported the VM to .ovf/.vmdk and scp'd them over to proxmox. However, the qm command is failing. Output:
root@proxmox1:~# qm importovf 200 /root/awstats2.ovf data
qemu-img: Could not open '/root/disk-0.vmdk': Invalid footer
could not parse qemu-img info command output for '/root/disk-0.vmdk'
Use of uninitialized value $virtual_size in concatenation (.) or string at /usr/share/perl5/PVE/QemuServer/OVF.pm line 225.
error parsing /root/disk-0.vmdk, size seems to be
root@proxmox1:~#
Any ideas? I can't seem to find anything specific other than posts regarding qcow2 conversions, which is not related.