Hi,
the new VM disk import function in Truenas Scale 25.10.0 is very convenient.
I have a VM actually running with two disks (vmdk) on ESXi I want to import to TrueNAS.
What is the recommended procedure to do so?
Import the the VM with the first disk is fine; but how to convert the second VMDK?
What? No option to import after you import once?
Anyway, Command line:
qemu-img convert -f vmdk -O raw image.vmdk image.img
Then copy to new zvol of same size, etc.
I was using raw format before TN 25 where they took that option away so had to move to zvols.
I’ve migrated the ESXi side into one single disk and will import this disk next weekend. So I can life with this one drive import only the moment. But having multiple disk to import would be a big plus.