Proxmox VE 6.2 released!

surprisingly easy to update, was very smooth. Went from 5.2 to 5.4, then from 5.4 to 6.2. Even with my custom http/2 nginx configuration, it just worked, so thank you for the smooth upgrade experience.
 
  • Like
Reactions: t.lamprecht
After upgrading from 6.1 to 6.2 my networking quit working. I found that disabling ovs_options tag=10 works but I can't find any explanation as to why ovs_options are broken in this version.
Has this issue been fixed? I also have VLAN tags in my OVS configuration:

Code:
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3 eno4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options other_config:bond_updelay=200 other_config:lacp-time=fast other_config:bond-miimon-interval=100 other_config:bond-detect-mode=miimon lacp=active bond
_mode=balance-tcp

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

allow-vmbr0 vlan10
iface vlan10 inet static
address x.x.x.x
netmask xx
gateway x.x.x.x
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=10

allow-vmbr0 vlan20
iface vlan20 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=20

allow-vmbr0 vlan30
iface vlan30 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=30

allow-vmbr0 vlan40
iface vlan40 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=40

allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan10 vlan20 vlan30 vlan40

There is another reference regarding ovs_options and VLANs been broken here:

https://forum.proxmox.com/threads/upgrade-from-6-1-to-6-2-breaks-ovs-network.69687/
 
Last edited:
Has this issue been fixed? I also have VLAN tags in my OVS configuration:

Code:
allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds eno1 eno2 eno3 eno4
ovs_type OVSBond
ovs_bridge vmbr0
ovs_options other_config:bond_updelay=200 other_config:lacp-time=fast other_config:bond-miimon-interval=100 other_config:bond-detect-mode=miimon lacp=active bond
_mode=balance-tcp

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

allow-vmbr0 vlan10
iface vlan10 inet static
address x.x.x.x
netmask xx
gateway x.x.x.x
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=10

allow-vmbr0 vlan20
iface vlan20 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=20

allow-vmbr0 vlan30
iface vlan30 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=30

allow-vmbr0 vlan40
iface vlan40 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_options tag=40

allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports bond0 vlan10 vlan20 vlan30 vlan40

There is another reference regarding ovs_options and VLANs been broken here:

https://forum.proxmox.com/threads/upgrade-from-6-1-to-6-2-breaks-ovs-network.69687/

Some feedback on the above matter: Yesterday I went ahead and setup the Proxmox Backup Server which required PVE to be updated to 6.2. So, I bit the bullet and performed this update. Everything is fine and there are no issues with VLANs and OVS :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!