Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncm-metaconfig/libvirtd 23.6.0: daemons action is not compatible with EL9 #1682

Open
jouvin opened this issue Apr 30, 2024 · 1 comment
Open
Assignees

Comments

@jouvin
Copy link
Contributor

jouvin commented Apr 30, 2024

In EL9, libvirtd (so-called monolithic daemon) has been replaced by modular daemons that combine a socket unit and a service that is started on demand by the socket unit when there is a request. This causes an error with libvirtd module of ncm-metaconfig that defines:

'daemons/libvirtd` = 'restart';

On EL9, this should not be done. There is no need to restart anything as the modular daemons read the configuration file when they are started by the socket unit. But not clear how to make this different on EL9 and previous versions...

@jrha
Copy link
Member

jrha commented May 2, 2024

Could we just override metaconfig/libvirtd/config in the EL9 OS tree?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants