[SOLVED] separate nic for corosync?

benoitc

Member
Dec 21, 2019
173
9
23
I know that ideally corosync has to run on distinct networks , especially when used with ceph. But I wonder if in practice if it's useful when you put the traffic of ceph in its own switch and other traffic on another? Ie.:


Code:
                         SWITCH 1
                         
                        |   |    |
node 1 NIC A -----------    |    |
       NIC B -------        |    |
                    |       |    |
node 2 NIC A -------|-------     |
       NIC B -------|----        |
                    |    |       |
node 3 NIC A -------|----|-------
       NIC B ----   |    |
                 |  |    |
               
                  SWITCH 2

What if i have 2 ringgs for corosync one on each switch? Each switch are connected with an active LAG of 2x10G For now I am using an USB adapter to add a nic to my system (I have "only" 2x10G) which I don't like that much.
 
  • Like
Reactions: benoitc