Hi,
I see that many people use shared storage (FC, iSCSI, NFS, etc.) with LVM (thin or thick) and no filesystem — just VM disks as logical volumes.
How is data integrity guaranteed in this setup?
I understand that only one node runs a VM at a time, but since the LUN is visible to all nodes:
Thanks!
I see that many people use shared storage (FC, iSCSI, NFS, etc.) with LVM (thin or thick) and no filesystem — just VM disks as logical volumes.
How is data integrity guaranteed in this setup?
I understand that only one node runs a VM at a time, but since the LUN is visible to all nodes:
- What prevents LVM metadata corruption?
- How is locking handled?
- During live migration, when both nodes briefly access the same disk, how is consistency ensured?
Thanks!