qemu-img convert -f vmdk /mnt/usb/hostname.domain.local/hostname.domain.local.vmdk -O qcow2 /var/lib/vz/images/103/hostname.domain.local.qcow2
qm set 103 --ide0 local-zfs:0,import-from=/mnt/usb/hostname.domain.local/hostname.domain.local.vmdk
https://forum.proxmox.com/threads/c...on-zfs-qemu-img-wont-work.143342/#post-643939Greetings. I think I'm following the same guide for migrations for as the op and I have a similar question. My conversion fails because none of my VMIDs are found under /images though I've already created the target VM for the conversion. Where are the images, and under what circumstances are they not found under /images? Thank you
Did you get an error when you ran this? If/when it completes, you will need to rename the resulting file to match expected naming nomenclature:qemu-img convert -f vmdk /mnt/usb/hostname.domain.local/hostname.domain.local.vmdk -O qcow2 /var/lib/vz/images/103/hostname.domain.local.qcow2
It should, did you try it?I'm not sure how to apply the conversion to it. Should this work?
qm set 103 --ide0 local-zfs:0,import-from=/mnt/usb/hostname.domain.local/hostname.domain.local.vmdk