Hi,
I have an strage effect on some nodes of an cluster.
Each node, which are in one room, show traffic on the openvswitch-bridge which is transferred between two servers (both are not virtualized) which are outside of the proxmox-cluster (its backup-traffic between an nfs-server and the backup-server).
The bridge vmbr0 is an bond of two nics, which are connected to different switches (both hp).
The traffic occours on en empty node also…
Here the part from interfaces:
Traffic is huge (the node has no VMs and an uptime from 4 days):
openvswitch is up-to-date:
Any hints, which setings are missed on the switch (or openvswitch-side)?
Udo
I have an strage effect on some nodes of an cluster.
Each node, which are in one room, show traffic on the openvswitch-bridge which is transferred between two servers (both are not virtualized) which are outside of the proxmox-cluster (its backup-traffic between an nfs-server and the backup-server).
The bridge vmbr0 is an bond of two nics, which are connected to different switches (both hp).
The traffic occours on en empty node also…
Here the part from interfaces:
Code:
#
allow-vmbr0 bond1
iface bond1 inet manual
ovs_bonds eth4 eth5
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options bond_mode=active-backup
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond1
Code:
eth4 Link encap:Ethernet HWaddr 68:05:ca:1a:15:40
inet6 addr: fe80::6a05:caff:fe1d:1440/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1409134767 errors:0 dropped:520 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2055747032286 (1.8 TiB) TX bytes:680 (680.0 B)
Interrupt:35 Memory:df180000-df1a0000
eth5 Link encap:Ethernet HWaddr 68:05:ca:1a:15:41
inet6 addr: fe80::6a05:caff:fe1d:1441/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1411735000 errors:0 dropped:523 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2059704122752 (1.8 TiB) TX bytes:680 (680.0 B)
Interrupt:37 Memory:df1c0000-df1e0000
Code:
dpkg -l | grep openvswitch
ii openvswitch-common 2.6.0-2 amd64 Open vSwitch common components
ii openvswitch-switch 2.6.0-2 amd64 Open vSwitch switch implementations
Udo