Hi all,
I'm running a 4 node pve cluster (6-1.3) with ovs installed. All networks configured using ovs and all interfaces are LACP bonded.
Recently I noticed Windows VMs using intel E1000 drivers disconnecting after some time. When I disable and enable network interface from windows it starts again. Then I switched this to virtio driver and keep monitoring
And again today, VM that recently moved from another platform having the same issue, This time Debian 8 Jessie. But this VM transfer a lot of traffic (20GB+) every hour since this is used for speed testing. When I restart the networking within the VM it works again. (systemctl restart networking). I tried to change driver from virtio to intelE1000 without any luck
This VMs also have multiple security groups enabled with PVE firewall
below are my bond and bridge configuration
I'm running a 4 node pve cluster (6-1.3) with ovs installed. All networks configured using ovs and all interfaces are LACP bonded.
Code:
OVS BOND (LACP) -> OVS BRIDGE -> VMS
-> Intports
Recently I noticed Windows VMs using intel E1000 drivers disconnecting after some time. When I disable and enable network interface from windows it starts again. Then I switched this to virtio driver and keep monitoring
And again today, VM that recently moved from another platform having the same issue, This time Debian 8 Jessie. But this VM transfer a lot of traffic (20GB+) every hour since this is used for speed testing. When I restart the networking within the VM it works again. (systemctl restart networking). I tried to change driver from virtio to intelE1000 without any luck
This VMs also have multiple security groups enabled with PVE firewall
below are my bond and bridge configuration
Code:
allow-vmbr1 bond3
iface bond3 inet manual
ovs_bonds eno1 eno2
ovs_type OVSBond
ovs_bridge vmbr1
ovs_options bond_mode=balance-tcp lacp=active
allow-ovs vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond3 intport1230
Last edited: