Hi,
I have a test setup consisting of 2 x PVE nodes (dk1prx01 & dk1prx02), that are connected to the same single switch, with the same uplink to the rest of the network.
If i copy data between VMs on the same node, i reach speeds of between 850-980Mbit/s - even if its routed between VLANs.
If i copy data from the PVE nodes to an external Hyper-V server, i also get the full speed of about 900Mbit/s.
Both PVE nodes are on the same switch, and are reaching the same Hyper-V host using the same uplink.
But if i copy from a VM on dk1prx01 to dk1prx02, then i am throttled to about 150Mbit/s - and this goes the other way as well.
I have read on the other forum posts, but they all had the issues that the link was negotiated to 100Mbit - but thats not the case here, since i reach near full Gbit connections across different VLANs - just as long, as the VMs are on the same PVE node.
What am i doing wrong here?
I have a test setup consisting of 2 x PVE nodes (dk1prx01 & dk1prx02), that are connected to the same single switch, with the same uplink to the rest of the network.
If i copy data between VMs on the same node, i reach speeds of between 850-980Mbit/s - even if its routed between VLANs.
If i copy data from the PVE nodes to an external Hyper-V server, i also get the full speed of about 900Mbit/s.
Both PVE nodes are on the same switch, and are reaching the same Hyper-V host using the same uplink.
But if i copy from a VM on dk1prx01 to dk1prx02, then i am throttled to about 150Mbit/s - and this goes the other way as well.
I have read on the other forum posts, but they all had the issues that the link was negotiated to 100Mbit - but thats not the case here, since i reach near full Gbit connections across different VLANs - just as long, as the VMs are on the same PVE node.
Code:
root@dk1prx02:~# ethtool enp3s0
Settings for enp3s0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
2500baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
2500baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
master-slave cfg: preferred slave
master-slave status: slave
Port: Twisted Pair
PHYAD: 0
Transceiver: external
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: d
Link detected: yes
Code:
root@dk1prx02:~# dmesg |grep -i "enp3s0"
[ 1.690058] r8169 0000:03:00.0 enp3s0: renamed from eth0
[ 5.640832] vmbr0: port 1(enp3s0) entered blocking state
[ 5.640835] vmbr0: port 1(enp3s0) entered disabled state
[ 5.640879] device enp3s0 entered promiscuous mode
[ 5.873197] r8169 0000:03:00.0 enp3s0: Link is Down
[ 5.876481] vmbr0: port 1(enp3s0) entered blocking state
[ 5.876484] vmbr0: port 1(enp3s0) entered forwarding state
[ 6.656824] vmbr0: port 1(enp3s0) entered disabled state
[ 8.687919] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control off
[ 8.687938] vmbr0: port 1(enp3s0) entered blocking state
[ 8.687942] vmbr0: port 1(enp3s0) entered forwarding state
[ 194.443319] vmbr0v3: port 1(enp3s0.3) entered blocking state
[ 194.443322] vmbr0v3: port 1(enp3s0.3) entered disabled state
[ 194.443804] device enp3s0.3 entered promiscuous mode
[ 194.446788] vmbr0v3: port 1(enp3s0.3) entered blocking state
[ 194.446790] vmbr0v3: port 1(enp3s0.3) entered forwarding state
[ 611.415599] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control off
[ 611.415833] r8169 0000:03:00.0 enp3s0: Link is Down
[ 611.415975] vmbr0: port 1(enp3s0) entered disabled state
[ 611.416506] vmbr0v3: port 1(enp3s0.3) entered disabled state
[ 614.852713] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control off
[ 614.852749] vmbr0: port 1(enp3s0) entered blocking state
[ 614.852757] vmbr0: port 1(enp3s0) entered forwarding state
[ 614.853293] vmbr0v3: port 1(enp3s0.3) entered blocking state
[ 614.853297] vmbr0v3: port 1(enp3s0.3) entered forwarding state
What am i doing wrong here?