Hi there,
on our three node Proxmox/Ceph cluster we discovered many of the above TCP errors.
We tracked it down to: Only outgoing traffic from a VM to any destination which is not on the same Proxmox node is affected.
Each node is connected via 2x 10G to a switch. The related network configuration on the node looks like this (VMs are connected to vmbr0):
The switch is a Juniper EX3400-24P, its related configuration looks like this:
Did I misconfigure something? Or do I look in the wrong direction?
Thanks for help and greets
Stephan
on our three node Proxmox/Ceph cluster we discovered many of the above TCP errors.
We tracked it down to: Only outgoing traffic from a VM to any destination which is not on the same Proxmox node is affected.
Each node is connected via 2x 10G to a switch. The related network configuration on the node looks like this (VMs are connected to vmbr0):
Code:
auto bond2
iface bond2 inet manual
bond-slaves enp42s0f3np3 enp61s0f3np3
bond-miimon 100
bond-mode 802.3ad
mtu 9000
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond2
bridge-stp off
bridge-fd 0
mtu 9000
The switch is a Juniper EX3400-24P, its related configuration looks like this:
Code:
> show configuration interfaces xe-0/2/1
ether-options {
802.3ad ae2;
}
> show configuration interfaces xe-1/2/1
ether-options {
802.3ad ae2;
}
> show configuration interfaces ae2
mtu 9200;
aggregated-ether-options {
minimum-links 1;
link-speed 10g;
lacp {
active;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members somevlan;
}
}
}
Did I misconfigure something? Or do I look in the wrong direction?
Thanks for help and greets
Stephan