- Log in to the vCenter web-client and highlight the virtual machine facing issues.
- Go to edit settings and highlight the drive.
- Check on which delta file the drive is mapped.
- Log in using root credentials to the ESXi host using SSH.
- Navigate to the working directory of the virtual machine having issues.
For example:
# cd /vmfs/volumes/Datastore_name/Virtual_Machine_name/
- Inspect each delta file and see if there is any delta file missing.
- Delta files might not be in the order so please check for disk consistency.
For example:
# vmkfstools -e vmdk
- Once the consistency is checked re-map the drive to the closest one which has all the delta files.
- Please inform the customer, that data might be lost for delta file which is missing.
- Once it is mapped then perform consolidation.
Note: It might also be possible that the directory where the VM resides (/vmfs/volumes/datastore/vmname/) contains old delta-vmdk that are not longer associated with this VM. These can be safely moved into a temporary folder.