public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Switch libvirt default service / sockets
Date: Mon, 10 Aug 2026 09:35:39 GMT	[thread overview]
Message-ID: <178635453986.1.16479097108734917539.rpms-fedora-release-26e4adcb5d71@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-10  9:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635453986.1.16479097108734917539.rpms-fedora-release-26e4adcb5d71@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox