My current cluster consists of three nodes that all have two physical NICs. One is currently used as the primary corosync and replication NIC, and the other is for VMs and management and a backup corosync. I've decided to add an additional NIC that will be used only for corosync, leaving the other two for corosync redundancy. I understand that by default, ring0 is given priority as the "main" corosync network. I am currently utilizing knet_link_priority in the interface section to further dictate that priority level. My question is as follows:
When updating my corosync.conf file, should I make the new NICs as ring0 on all nodes? Or should I make them ring2 and just use knet_link_priority in interface2 to assign them the highest priority?
When updating my corosync.conf file, should I make the new NICs as ring0 on all nodes? Or should I make them ring2 and just use knet_link_priority in interface2 to assign them the highest priority?