Virtual machine disks consolidation is needed looks like a small warning, but clicking Consolidate without checking the environment can make a bad day worse.
The warning usually means snapshot metadata and disk chain state need to be committed. It often appears after backup jobs, interrupted snapshot removal, storage hiccups, or management task failures.
Check datastore free space
du -h *.vmdk
ls -lh *delta* *sesparse* 2>/dev/null
Do not start consolidation on a datastore that is already tight. If the VM is busy, delta growth during consolidation can be bigger than expected.
Check backup jobs
Make sure no backup or replication job is still holding the VM. If a backup proxy has a disk attached, clean that up before consolidation.
Check VM stun tolerance
Consolidation can stun a VM, especially with large snapshots or busy disks. For databases and latency-sensitive systems, use a maintenance window.
When I stop and investigate
- Very large delta or sesparse files.
- Datastore free space below a comfortable margin.
- Repeated consolidation failures.
- Locked files or backup proxy leftovers.
- Old snapshots that nobody can explain.
Reference
Based on Broadcom KB Article ID 316575 / legacyId 1002310, Consolidating/Committing snapshots in VMware ESXi.
