Hi.
I have some virtual machine copied from an Esxi server that I woul'd like migrate in Proxmox 7.
The virtual machines are composed of various files such as:
.vmsd - .vmdk - .vmxf - .vmx - .nvram
Can you help me with the correct command for convert the VM into QCOW2 format ?
qemu-img convert -f vmdk /mnt/usb/windows-server/windows-server.vmdk -O qcow2 /var/lib/vz/images/100/windows-server.qcow2
For my case I will use this command ?
qemu-img convert -f vmdk SRCDC01.vmdk -O qcow2 SRVDC01.qcow2
Thanks
Andrea
I have some virtual machine copied from an Esxi server that I woul'd like migrate in Proxmox 7.
The virtual machines are composed of various files such as:
.vmsd - .vmdk - .vmxf - .vmx - .nvram
Can you help me with the correct command for convert the VM into QCOW2 format ?
qemu-img convert -f vmdk /mnt/usb/windows-server/windows-server.vmdk -O qcow2 /var/lib/vz/images/100/windows-server.qcow2
For my case I will use this command ?
qemu-img convert -f vmdk SRCDC01.vmdk -O qcow2 SRVDC01.qcow2
Thanks
Andrea