I'm trying to import a cloudlinux 6 and 7 VM from vmware into proxmox, I have successfully imported linux and windows vms but for these two I get this error, any ideas? seems like those would be journal inodes maybe?
It throws these errors then fails. I tried with the included version and also compiled qemu-img 3.1.0 with same result.
Command used:
qemu-img convert -p -f vmdk -O raw "/VMWARE/disk1.vmdk" /scratch/disk1.raw
Errors:
qemu-img: error while reading sector 0: Input/output error
qemu-img: error while reading sector 4096: Input/output error
qemu-img: error while reading sector 8192: Input/output error
qemu-img: error while reading sector 12288: Input/output error
qemu-img: error while reading sector 16384: Input/output error
qemu-img: error while reading sector 20480: Input/output error
qemu-img: error while reading sector 24576: Input/output error
qemu-img: error while reading sector 28672: Input/output error
It throws these errors then fails. I tried with the included version and also compiled qemu-img 3.1.0 with same result.
Command used:
qemu-img convert -p -f vmdk -O raw "/VMWARE/disk1.vmdk" /scratch/disk1.raw
Errors:
qemu-img: error while reading sector 0: Input/output error
qemu-img: error while reading sector 4096: Input/output error
qemu-img: error while reading sector 8192: Input/output error
qemu-img: error while reading sector 12288: Input/output error
qemu-img: error while reading sector 16384: Input/output error
qemu-img: error while reading sector 20480: Input/output error
qemu-img: error while reading sector 24576: Input/output error
qemu-img: error while reading sector 28672: Input/output error