scp file2 vm dari vsphere ke proxmox
scp -r root@ip_vpshere:/vmfs/volumes/datastore1/ubuntu_18.04_template /root/vmdk
Buat VM kosongan, jangan lupa ID number-nya (misalkan 100), dilanjut convert file vm-flat.vmdk
menjadi vm.qcow2
qemu-img convert /root/vmdk/ubuntu_18.04_template/ubuntu_18.04_template-flat.vmdk -O qcow2 /var/lib/vz/images/100/ubuntu_18.04_template-flat.qcow2