Hello,
Here is my setup:
My plan was to have a Volume1 and Volume2 on both nodes, even if the volume group was different.
I don't understand why it is necessary to have the same volume group on all nodes. It is hard requirement.
We could have a mapping like :
Thanks
Here is my setup:
- Node 1 with one volume group "pve" and two lvmthin volume "Volume1" and "Volume2"
- Node 2 with two volumes groups (I want to keep them separated) "nvme" and "hdd" and one lvmthin volume on each VG.
My plan was to have a Volume1 and Volume2 on both nodes, even if the volume group was different.
I don't understand why it is necessary to have the same volume group on all nodes. It is hard requirement.
We could have a mapping like :
- Volume1 on node 1 is on volume group "pve"
- Volume1 on node 2 is on volume group "nvme"
- Volume2 on node 1 is on volume group "pve"
- Volume2 on node 2 is on volume group "hdd"
- Volume1-1 on node 1 with volume group "pve"
- Volume1-2 on node 2 with volume group "nvme"
- Volume2-1 on node 1 with volume group "pve"
- Volume2-2 on node 2 with volume group "hdd"
Thanks