We are trying to migrate a vm from RHEL environment to VMware environment. The source file/image is qcow2 format. The source disk/file is not having any filesystem corruption as evidenced by "fsck". The qemu-img conversion is used to convert it to an intermediary vmdk image. This intermediary image is converted/clone to a final bootable VMware vmdk image using the vmkfstools.
Command Used:
vmkfstools -v5 -i <servername>.tmp.vmdk -d thin <servername>.vmdk
Message displayed:
DISKLIB-LIB_CLONE : Failed to clone : Data corruption detected (2567).
Failed to clone disk: Data corruption detected (2567).
Any help is appreciated.