I am messing with SDN, evey time I apply a configuration it breaks VM connectivity unitl the VM is rebooted.
The VMs virtual adapaters are bound to vmbr0 - nothing special, no vlans etc
This happens even when i fully delete all the SDN config items and hit apply (i.e. it is not the SDN config itself)
The only thing i will note as special about my machine is:
1. i compiled the patched version of ifupdown2 that works with IPv6
2. my vmbr0 and lo interfaces have IPv6
3. in SDN i am only playing with IPv4 cofigs (i saw that IPv6 configs don't work, which is reasonable given the shipping version of ifupdown2)
The only errors I see in the logs are as follows.
The last entry is not an issue as frr.service does restart instead of reloading (and stopping and starting the service myself doesn't have any effect on the broken VM connectivity) only rebooting the VMs seems to help.
I have not tried `systemctl restart network.service, the service has errors but these don't seem to correlate strictly to the VM issues.
Should the SDN apply be restarting this service (and isn't for some reason)?
The VMs virtual adapaters are bound to vmbr0 - nothing special, no vlans etc
This happens even when i fully delete all the SDN config items and hit apply (i.e. it is not the SDN config itself)
The only thing i will note as special about my machine is:
1. i compiled the patched version of ifupdown2 that works with IPv6
2. my vmbr0 and lo interfaces have IPv6
3. in SDN i am only playing with IPv4 cofigs (i saw that IPv6 configs don't work, which is reasonable given the shipping version of ifupdown2)
The only errors I see in the logs are as follows.
The last entry is not an issue as frr.service does restart instead of reloading (and stopping and starting the service myself doesn't have any effect on the broken VM connectivity) only rebooting the VMs seems to help.
Code:
vrf_cephEVPN : warning: vrf_cephEVPN: post-up cmd 'ip route del vrf vrf_cephEVPN unreachable default metric 4278198272' failed: returned 2 (RTNETLINK answers: No such process
frr reload command fail. Restarting frr. at /usr/share/perl5/PVE/Network/SDN/Controllers/EvpnPlugin.pm line 643.
TASK OK
I have not tried `systemctl restart network.service, the service has errors
Should the SDN apply be restarting this service (and isn't for some reason)?
Code:
[root@pve1 11:16:39]$ systemctl status networking.service
● networking.service - Network initialization
Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
Active: active (exited) since Sun 2025-04-20 18:49:13 PDT; 2 days ago
Docs: man:interfaces(5)
man:ifup(8)
man:ifdown(8)
Main PID: 794 (code=exited, status=0/SUCCESS)
CPU: 631ms
Apr 22 13:22:38 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:22:39 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:22:40 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:23:32 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:25:31 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:25:59 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 13:34:23 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 14:12:06 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 14:25:13 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Apr 22 14:25:17 pve1 systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service failed to load properly, please adjust/correct and reload service manager: Device or resource busy
Last edited: