Jim Fehlig wrote: > Olaf Hering wrote: > >> On Sun, Nov 24, Olaf Hering wrote: >> >> >> >>> What is supposed to happen with libvirt if NM is active on a 11.4 >>> system? This used to work at least two weeks ago. >>> >>> >> libvirtd fails also on 13.1. >> > > Ok, I'll take a look. >
Should be fixed now. libvirt commit 822fe136 made the interface driver stateful and moved ncf_init to the driver's stateInitialize function. Failure to initialize any of the stateful drivers results in failure to start libvirtd. I changed the stateInitialize function to warn, but still return success when ncf_init fails. Subsequent attempts to use the driver fail as before # virsh iface-list error: Failed to list active interfaces error: this function is not supported by the connection driver: virConnectNumOfInterfaces Jim -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
