Hi,
I have a 3 node cluster with latest PVE7 no-subscription version.
On each server two of the interfaces are in OVS bond, with 2 vlan interfaces on it, first is management (891), second is corosync (213). I have couple vms in third vlan 892 (it's not configured on the PVE itself, only on VMs)
When I restart the networking on the server, VMs on it lose network connectivity and I have to change VM network card model in order to restore connectivity. Rebooting the machine does not help, but shutdown and starting it works. I tried with VMs in 891 and 892 vlans, and behavior is the same.
What am I doing wrong? Here is the network config from one of the servers, other differ by IP address only.
Thanks in advance
I have a 3 node cluster with latest PVE7 no-subscription version.
On each server two of the interfaces are in OVS bond, with 2 vlan interfaces on it, first is management (891), second is corosync (213). I have couple vms in third vlan 892 (it's not configured on the PVE itself, only on VMs)
When I restart the networking on the server, VMs on it lose network connectivity and I have to change VM network card model in order to restore connectivity. Rebooting the machine does not help, but shutdown and starting it works. I tried with VMs in 891 and 892 vlans, and behavior is the same.
What am I doing wrong? Here is the network config from one of the servers, other differ by IP address only.
Thanks in advance
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto eno1np0
iface eno1np0 inet manual
#10GBASE-T card
auto eno3
iface eno3 inet manual
#1000BASE-T card
auto eno4
iface eno4 inet manual
#1000BASE-T card
auto eno2np1
iface eno2np1 inet manual
#10GBASE-T card
auto vlan891
iface vlan891 inet static
address 172.20.145.9/24
gateway 172.20.145.254
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=891
#OVS management
auto vlan213
iface vlan213 inet static
address 192.168.1.1/24
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=213
#OVS corosync
auto bond0
iface bond0 inet manual
ovs_bonds eno1np0 eno2np1
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options bond_mode=active-backup other_config:bond_updelay=1000
#OVS Bond
auto vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan213 vlan891
#OVS Bridge