Hi all
As per my previous post, i have deployed a 2 node cluster (will become 3 as soon as possible), where each of the nodes is connected to two switches in a nested bonding configuration: https://forum.proxmox.com/threads/bonding-lag-with-multiple-switches.48398/#post-279823
Simply put Bond0 is an active/pasive bonding, formed by bond1 (LACP of 2 interfaces against one switch) and bond2 (LACP of 2 interfaces against another switch)
Both nodes are properly connected, LACP too and everything seems fine, both on physical and logical tests, but today i have seen the root bond (bond0) is showing 1Gbps speed while bond1 and bond2 are showing (as expected) 2 Gbps speed, both in the server and in the switches.
root@pve-2:~# cat /sys/class/net/bond0/speed
1000
root@pve-2:~# cat /sys/class/net/bond1/speed
2000
root@pve-2:~# cat /sys/class/net/bond2/speed
2000
By LACP mode 4 every IP may go through a different interface in the active LAG, but the doubt is if having the root bonding showing itself as 1Gbps will really limit the overall VMs/LXC to 1Gbps instead of max 2Gpbs. Anyone has an idea? If so, is it possible for bond0 to declare itself with the same speed of the active LAG?
Thanks
E.
As per my previous post, i have deployed a 2 node cluster (will become 3 as soon as possible), where each of the nodes is connected to two switches in a nested bonding configuration: https://forum.proxmox.com/threads/bonding-lag-with-multiple-switches.48398/#post-279823
Simply put Bond0 is an active/pasive bonding, formed by bond1 (LACP of 2 interfaces against one switch) and bond2 (LACP of 2 interfaces against another switch)
Both nodes are properly connected, LACP too and everything seems fine, both on physical and logical tests, but today i have seen the root bond (bond0) is showing 1Gbps speed while bond1 and bond2 are showing (as expected) 2 Gbps speed, both in the server and in the switches.
root@pve-2:~# cat /sys/class/net/bond0/speed
1000
root@pve-2:~# cat /sys/class/net/bond1/speed
2000
root@pve-2:~# cat /sys/class/net/bond2/speed
2000
By LACP mode 4 every IP may go through a different interface in the active LAG, but the doubt is if having the root bonding showing itself as 1Gbps will really limit the overall VMs/LXC to 1Gbps instead of max 2Gpbs. Anyone has an idea? If so, is it possible for bond0 to declare itself with the same speed of the active LAG?
Thanks
E.