I have two nodes with similar config, both using a 1 Gb onboard and a 10Gb PCIE card interfaces. In nodes, a bridge is using the 10 Gb interface.
node 1:
default via 192.168.75.1 dev vmbr0 proto kernel onlink
192.168.75.0/24 dev enp2s0f0 proto kernel scope link src 192.168.75.100
192.168.75.0/24 dev vmbr0 proto kernel scope link src 192.168.75.112
node 2:
default via 192.168.75.1 dev vmbr0 proto kernel onlink
192.168.75.0/24 dev eno1 proto kernel scope link src 192.168.75.200
192.168.75.0/24 dev vmbr0 proto kernel scope link src 192.168.75.121
Initially i set up the cluster having both interfaces active, giving 10Gb a higher priority - just to find that migration transfer speed is gigabit...
Deleted configs, started over, using just one interface for clustering - again, gigabit speeds.
Disabled gigabit interfaces, removed physical link ("...and stay down!"), reconfigured network and cluster. Voila, 10-gigabit speeds for migration!
Activated gigabit interfaces...back to misery!
Where I am wrong? Maybe one of you could tell me about the obvious mistake I'm unable to clearly see.
(main switch is 10Gb, all LAN traffic passing through it)
node 1:
default via 192.168.75.1 dev vmbr0 proto kernel onlink
192.168.75.0/24 dev enp2s0f0 proto kernel scope link src 192.168.75.100
192.168.75.0/24 dev vmbr0 proto kernel scope link src 192.168.75.112
node 2:
default via 192.168.75.1 dev vmbr0 proto kernel onlink
192.168.75.0/24 dev eno1 proto kernel scope link src 192.168.75.200
192.168.75.0/24 dev vmbr0 proto kernel scope link src 192.168.75.121
Initially i set up the cluster having both interfaces active, giving 10Gb a higher priority - just to find that migration transfer speed is gigabit...
Deleted configs, started over, using just one interface for clustering - again, gigabit speeds.
Disabled gigabit interfaces, removed physical link ("...and stay down!"), reconfigured network and cluster. Voila, 10-gigabit speeds for migration!
Activated gigabit interfaces...back to misery!
Where I am wrong? Maybe one of you could tell me about the obvious mistake I'm unable to clearly see.
(main switch is 10Gb, all LAN traffic passing through it)
Last edited: