Two Proxmox clusters sharing the same FC LUNs

Dennis Ayala

Well-Known Member
Jul 20, 2018
43
4
48
54
Hello to all:

Can I have two different Proxmox Clusters sharing the same FC Luns?

Regards,

Dennis
 
You should be able to share FC luns between two different clusters. However you will need to create dedicated LVM VG slices for each cluster, so that they dont step on each other. Additionally you will be limited to LVM thick, which means no snapshots.

Other option would be dedicated LUNs per cluster/member and Ceph, the performance implications of data protection amplification could be very significant.

Another option is to front FC with a Software Defined solution that can be extremely flexible in slicing and dicing the global pool, ie Blockbridge.
 
You should be able to share FC luns between two different clusters.

Excellent.

However you will need to create dedicated LVM VG slices for each cluster, so that they dont step on each other. Additionally you will be limited to LVM thick, which means no snapshots.
I already have a cluster connected to three 3TB FC-SAN LUNs. They're configured as LVM on Proxmox.

What do you mean exactly that I need to create LVM VG slices for each cluster?

Thanks for your help in advance.

Dennis