ESXi 7.x
ESXi 8.x
The VMDK is not healthy and corrupted.
Check the health of the VMDK file:
esx# vmkfstools -x check /vmfs/volumes/datastore/VM_Folder/VirtualMachine.vmdk
Disk is error free
If the disk requires attention, the output will be: Disk needs repairRepair VMDK (If Necessary):
esx# vmkfstools -x repair /vmfs/volumes/datastore/VM_Folder/VirtualMachine.vmdk
A successful repair will result in the output: Disk was successfully repairedUse the vmkfstools command to check or repair a virtual disk if it gets corrupted.