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):
Read more
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...
Read more