public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Switch libvirt default service / sockets
@ 2026-08-10  9:35 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-10  9:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 26e4adcb5d71aad835b2cae4007822bbc99fa101
            Author : Daniel P. Berrangé <berrange@redhat.com>
            Date   : 2021-08-03T17:05:49+01:00
            Stats  : +17/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/26e4adcb5d71aad835b2cae4007822bbc99fa101?branch=f45

            Log:
            Switch libvirt default service / sockets

The monolithic libvirtd is being replaced by modular hypervisor
specific daemons. For seemless migration we need to ensure the
hypervisor daemon service units are enabled by default instead
of libvirtd, to ensure auto-start on boot works for VMs. For
other daemons only the socket units need enabling by default.

https://fedoraproject.org/wiki/Changes/LibvirtModularDaemons

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

---
diff --git a/90-default.preset b/90-default.preset
index 7a596e7..497c0aa 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -63,7 +63,23 @@ enable sysklogd.*
 enable firewalld.service
 
 # Approved by FESCo - https://fedorahosted.org/fesco/ticket/544
-enable libvirtd.service
+# Virtualization driver specific daemons. Start by defalt at boot for VM
+# autostart, but shutdown after 2 mins and socket activated thereafter
+enable virtqemud.service
+enable virtxend.service
+enable virtlxcd.service
+
+# Compatibility with libvirtd sockets for old clients and expose TCP sockets
+enable virtproxyd.socket
+
+# Secondary drivers providing supporting functionality to main virtualization
+# drivers, socket activated only when required
+enable virtinterfaced.socket
+enable virtnetworkd.socket
+enable virtnodedevd.socket
+enable virtnwfilterd.socket
+enable virtsecretd.socket
+enable virtstoraged.socket
 
 # https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
 enable xinetd.service

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:35 [rpms/fedora-release] f45: Switch libvirt default service / sockets 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox