Hello,
I am trying to convert a vmdk disk file from vmware to proxmox
I used the details on this link (https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 ) however I am not sure if the conversion was correct.
I used the command: qemu-img convert -f vmdk original.vmdk -O qcow2 vm-108-disk-1.qcow2
After the conversion was done I run: qemu-img info and it shows:
image: vm-108-disk-1.qcow2
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 3.3G
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
Also the command file gives:
qcow2 vm-108-disk-1.qcow2: QEMU QCOW Image (unknown version)
Do those seem to be OK or not?
Any help is welcome!
I am trying to convert a vmdk disk file from vmware to proxmox
I used the details on this link (https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29 ) however I am not sure if the conversion was correct.
I used the command: qemu-img convert -f vmdk original.vmdk -O qcow2 vm-108-disk-1.qcow2
After the conversion was done I run: qemu-img info and it shows:
image: vm-108-disk-1.qcow2
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 3.3G
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
Also the command file gives:
qcow2 vm-108-disk-1.qcow2: QEMU QCOW Image (unknown version)
Do those seem to be OK or not?
Any help is welcome!