I've setup LVM with lvmlockd and sanlock, backed by iscsi storage via multipath. AFAICS multipath can't be configured via GUI, so the actual backing of the volume group is unknown to PVE which should be fine since multipathd will handle everything.
storage.cfg looks like this:
lvm: santest
vgname santest
content images
shared 1
Running vms off that storage works fine, but live migration will fail because pve can't activate the volume on the target machine. Apparently, volumes are activated using "lvchange -aey" instead of using "lvchange -asy" to enable sharing temporarily.
Am I missing something?
storage.cfg looks like this:
lvm: santest
vgname santest
content images
shared 1
Running vms off that storage works fine, but live migration will fail because pve can't activate the volume on the target machine. Apparently, volumes are activated using "lvchange -aey" instead of using "lvchange -asy" to enable sharing temporarily.
Am I missing something?