Import from vmware error
Using the automatic method where you mount the vmware host as Storage in Proxmox, you might get something along the lines of https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Automatic_ESXi_Import:_Step_by_Step
qemu-img: error while reading at byte 14227076096: Input/output error
Logical volume "vm-101-disk-0" successfully removed.
TASK ERROR: unable to create VM 101 - cannot import from 'esxi01:ha-datacenter/datastore_01/Kali/Kali.vmdk' - copy failed: command '/usr/bin/qemu-img convert -p -n -f vmdk -O raw /run/pve/import/esxi/esxi01/mnt/ha-datacenter/datastore_01/Kali/Kali.vmdk zeroinit:/dev/data2/vm-101-disk-0' failed: exit code 1
This lead me to https://forum.proxmox.com/threads/proxmox-8-1-esxi-import-storage-error-500.144049/
And
Login to the vmware host and go edit the soap.sessionTimeout and soap.maxSessionCount to 0 (unlimited)

And save.
Retry the import
Last updated
Was this helpful?