We have two virtual hosts (Xen 4.9) and live migrate guests between them. The storage of the guests is accessible via iSCSI. That is, a guest running on host A has its storage presented as a straight block device, and the device is mounted on host A with iscsiadm.
The guest configuration for storage is:
<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='writethrough'/>
<source dev='/dev/disk/by-path/ip-192.168.51.14:3260-iscsi-iqn.2003-10.com.lefthandnetworks:san:19186:db2-lun-0'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
When live migrating this guest to host B, is there a possibility for data corruption, and if, how should this be configured?