[from /vmfs/volumes/<datastore_name>/<vm_name>/vmware.log]
####-##-##T##:##:##.###Z In(05) vcpu-0 - Checkpoint_Unstun: vm stopped for ######## us ####-##-##T##:##:##.###Z In(05) vcpu-0 - CPT: vm was stunned for ######## us
This issue is caused by the VM Stun process. When a backup application triggers a snapshot consolidation, VMware briefly pauses (stuns) the VM to commit the delta data from the snapshot back to the base disk.
In high-I/O environments, the volume of data changed during the backup window (the "delta") can be large. Merging this large delta requires a longer stun period. If this pause exceeds the Guest OS or database application’s internal I/O timeout threshold, the system reports a loss of connectivity to the underlying disks.
To mitigate extended stun times and prevent guest-level disk errors, implement the following best practices:
Ensure the Guest OS is configured to tolerate brief I/O latencies.
Disk/TimeOutValue registry setting is set to 60 seconds.udev timeout for SCSI disks is set to 60 or higher.Leftover snapshots from failed backup attempts significantly increase the I/O overhead.
####-##-##T##:##:##.###Z cpu##:#######)WARNING: ScsiDeviceIO: ####: Device naa.################ performance has deteriorated. I/O latency increased from average value of #### microseconds to ###### microseconds. If the database I/O is consistently too high for snapshots to consolidate within a safe window, consider using guest-based backup agents that do not rely on VMware-level snapshots.