This article to shows:
vsphere 7.0/vsphere 8.0
1. Run command below to check vmdk health status.
# vmkfstools -x check /path/to/machine.vmdk
If the disk is healthy, the output would be:
Disk is error free
Otherwise, it would be:
Disk needs repair.
2. If the vmdk is not error free, run the below command to repair it:
# vmkfstools -x repair /path/to/machine.vmdk
If it is repaired successfully, the output would be:
Disk was successfully repaired.