[SOLVED] Error on interface reload via the UI

TodorPetkov

Well-Known Member
Mar 21, 2020
60
9
48
Hello,

PVE 7.0-11 community version. I created network interface configuration manually, and when I am trying to set comment to an interface via the web interface, I got this error
OVS bond 'bond0' - wrong interface type on slave 'enp2np1' ('' != 'eth') (500)

Do I need to switch to old interface names (ethX)? Thanks in advance.

Here is my config:

Code:
auto lo
iface lo inet loopback

auto eno1np0
iface eno1np0 inet manual
#10GBASE-T card

auto eno3
iface eno3 inet manual
#1000BASE-T

auto eno4
iface eno4 inet manual
#1000BASE-T

auto eno2np1
iface eno2np1 inet manual
#10GBASE-T card

auto bond0
iface bond0 inet manual
        ovs_bonds eno1np0 enp2np1
        ovs_type OVSBond
        ovs_bridge vmbr0
        ovs_options other_config:bond_updelay=1000 bond_mode=active-backup

auto vmbr0
iface vmbr0 inet manual
        ovs_type OVSBridge
        ovs_ports bond0

allow-vmbr0 vlan891
auto vlan891
iface vlan891 inet static
  ovs_type OVSIntPort
  ovs_bridge vmbr0
  ovs_options tag=891
  address 10.83.61.101/24
  netmask 255.255.255.0
  gateway 10.83.61.1