Symptoms
DISK:bora/devices/disk/disk.c:7490 contentID mismatch on 'scsiX:Y' - was 0xXXXXXXXX, is 0xYYYYYYYY
[msg.disk.notCheckpointed3] Resuming virtual disk 'scsiX:Y' failed. The disk has been modified since a snapshot was taken...
[msg.checkpoint.continuesync.error] An operation required the virtual machine to quiesce and the virtual machine was unable to continue running.
This issue is caused by an external modification of the physical LUN's metadata during the microscopic window when VMware temporarily "closes" the disk descriptor to freeze the VM state for a snapshot (the stun/unstun cycle).
While independent-persistent disks do not create redo logs (snapshots), they still undergo the following sequence:
If the underlying SAN storage (e.g., hardware-level snapshot, replication, or an in-flight write completion) modifies the LUN's Content ID (CID) between Step 3 and Step 4, VMware detects the mismatch. To protect the database/file system from potential corruption, VMware fails the sync and powers off the VM.
contentID in the .vmdk descriptor with the ID reported in logs. Refer KB :Consolidating the VM disk fails with CID_MISMATCH (301128)