Hello, I’m trying to setup a incus cluster. I’m stuck at the storage pool creation (lvmcluster).
I made sure all 3 nodes have access to the shared VG (called nucVG cause it’s on a iSCSI target exposed by a NUC) and all nodes can create and activate VG from it and the locks are working as expected.
hv-01 [~]# incus storage create san lvmcluster lvm.vg_name=nucVG --target hv-01
Storage pool san pending on member hv-01
hv-01 [~]# incus storage create san lvmcluster lvm.vg_name=nucVG --target hv-02
Storage pool san pending on member hv-02
hv-01 [~]# incus storage create san lvmcluster lvm.vg_name=nucVG --target hv-03
Storage pool san pending on member hv-03
hv-01 [~]# incus storage create san lvmcluster
Error: lvmcluster requires a shared physical device or a pre-existing shared VG to be used as source
What am I missing?