How are you alerted that a vmware snapshot is corrupted? Is it when you try to open it? Could you attach the vmkernel.log when this happens? Does the issue happen with snapshots you have already taken or taken while the lock error messages are being reported? Could you give me the output of: esxcli storage core device vaai status get -d your_device esxcli storage core device list -d your_device from one of the hosts. For the lock bouncing message, you should also run this command: esxcli storage nmp path list -d your_device on all the ESX hosts. The lock bouncing messages are likely due to a ESX hosts seeing igw-ssd-01.vmw-ssd-05 through different paths. The hosts will then try to access the disk through different iscsi gws and the lock will bounce between the gateways. This commonly happens when the hosts have network issues on the iscsi paths. Running the nmp path list command should show some of the hosts trying to use different paths. Note that this should not cause corruption, but could cause IO failures due to the lock bouncing causing a command to be retried too many times and ESX marking the command as failed.