Hi,
I have Supermicro Mucroblade with 2x 10Gb switches
the nodes has 2 network connections, each eth connected to one switch
now, both connections set on Proxmox as bond0 using LACP (802.3ad)
as good as I know, in this settings I should get 20Gbps total
but I got only 10Gb
any reason why?
network:
Thanks!
I have Supermicro Mucroblade with 2x 10Gb switches
the nodes has 2 network connections, each eth connected to one switch
now, both connections set on Proxmox as bond0 using LACP (802.3ad)
as good as I know, in this settings I should get 20Gbps total
but I got only 10Gb
any reason why?
Code:
# iperf3 -c 192.168.0.3
Connecting to host 192.168.0.3, port 5201
[ 4] local 192.168.0.2 port 55504 connected to 192.168.0.3 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 1.10 GBytes 9.41 Gbits/sec 18 936 KBytes
[ 4] 1.00-2.00 sec 1.09 GBytes 9.37 Gbits/sec 1 1.04 MBytes
[ 4] 2.00-3.00 sec 1.09 GBytes 9.40 Gbits/sec 232 742 KBytes
[ 4] 3.00-4.00 sec 1.09 GBytes 9.37 Gbits/sec 0 973 KBytes
[ 4] 4.00-5.00 sec 1.09 GBytes 9.39 Gbits/sec 0 974 KBytes
[ 4] 5.00-6.00 sec 1.09 GBytes 9.35 Gbits/sec 0 974 KBytes
[ 4] 6.00-7.00 sec 1.09 GBytes 9.40 Gbits/sec 14 853 KBytes
[ 4] 7.00-8.00 sec 1.09 GBytes 9.36 Gbits/sec 50 731 KBytes
[ 4] 8.00-9.00 sec 1.09 GBytes 9.38 Gbits/sec 24 790 KBytes
[ 4] 9.00-10.00 sec 1.09 GBytes 9.35 Gbits/sec 0 919 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 10.9 GBytes 9.38 Gbits/sec 339 sender
[ 4] 0.00-10.00 sec 10.9 GBytes 9.38 Gbits/sec receiver
iperf Done.
network:
Code:
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
iface enp3s0f1 inet manual
auto bond0
iface bond0 inet manual
slaves enp3s0f0 enp3s0f1
bond_miimon 100
bond_mode 802.3ad
auto vmbr0
iface vmbr0 inet static
address XXX.XXX.XXX.XXX
netmask XXX.XXX.XXX.XXX
gateway XXX.XXX.XXX.XXX
bridge_ports bond0
bridge_stp off
bridge_fd 0
Thanks!