-
Notifications
You must be signed in to change notification settings - Fork 211
Description
Hi,
After upgrading my environment to oVirt engine 4.5.7-1.el10 and upgrading the cluster compatibility level to 4.8, I replaced my old hosts with new ones.
Since then, my trunk network profile (untagged / trunk mode) stopped working for VMs.
Environment
oVirt Engine: 4.5.7-1.el10
Cluster compatibility level: 4.8
New hosts added, old hosts removed
Physical NIC configured as bond0 (trunk) on the host
VLANs are attached to the trunk interface in the host network configuration
Switch port connected to the host is configured as trunk and working
Scenario
I have:
One pfSense VM configured with a trunk interface and multiple VLAN subinterfaces (each running DHCP)
One Rocky Linux 9 VM connected to the same trunk profile
VLAN interfaces configured inside the OS (e.g. eth0.<vlan_id>)
DHCP client running on the VLAN interface
This setup worked correctly before the upgrade.
Current Problem
After the upgrade and host replacement:
VMs connected to the trunk profile do not receive DHCP on VLAN interfaces
VLANs appear correctly configured in oVirt
Host bond interface shows trunk configuration
Switch configuration has not changed
It looks like VLAN-tagged traffic is not properly reaching the VM.
Questions
Has there been any change in trunk network profile behavior in 4.8?
Is there any additional configuration required for trunk profiles after upgrading cluster compatibility?
Could this be related to Open vSwitch / Linux bridge changes in newer versions?
Any guidance would be appreciated.