Make sriov_config finish its work before starting NetworkManager

Bug #1888370 reported by Gabriel Barazer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
os-net-config
New
Undecided
Unassigned

Bug Description

The SR-IOV config stub installed as a systemd service sometimes continue to run even when NetworkManager is already starting, which is causing connections to flap or fail, especially when using the link_mode: switchdev option (which causes all PFs and VFs to disappear and reappear).

This is easily solved by adding NetworkManager.service as a dependency of sriov_config in /etc/systemd/system/sriov_config.service:

[Unit]
Before=NetworkManager.service

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.