Introduction A VMware vSphere datastore hosting virtual machines may reach 100% utilization and enter a read-only (RO) state during backup windows. This occurs when snapshot delta disks (SEsparse) grow significantly, consuming all available capacity before consolidation completes.
The datastore exhaustion is caused by heavy write activity originating from within the Guest Operating System while a snapshot is active. VMware snapshots use a Copy-On-Write (COW) mechanism where any block modified by the Guest OS is written to the delta disk. High data churn (e.g., database maintenance or log rotations) during the backup window causes the delta disk to inflate.
To resolve this issue, identify and mitigate the source of high data churn within the Guest OS:
vmware.log for the affected VM to confirm the snapshot lifecycle.grep -i "scsiX:Y" vmware*.log | grep -E -i "SEsparse|LBP|UNMAP" If no results return, the growth is confirmed to be active data writes.