[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/master] rules: Explicitly set remote_default_mode
Andrea Bolognani (@abologna)
gitlab at salsa.debian.org
Wed Aug 18 20:42:03 BST 2021
Andrea Bolognani pushed to branch debian/master at Libvirt Packaging Team / libvirt
Commits:
e92149dc by Andrea Bolognani at 2021-08-17T21:31:21+00:00
rules: Explicitly set remote_default_mode
This knob controls whether the client library will attempt to
autostart the modular or monolithic daemon when a connection
attempt is made and no daemon is running.
The old behavior is "legacy" (spawn the monolithic daemon),
whereas upstream has switched to "direct" (spawn the modular
daemons) as the default starting with libvirt 7.5.0.
Since we don't yet ship the modular daemons, we need to make
sure we use "legacy" mode instead of the upstream default.
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -96,6 +96,7 @@ DEB_CONFIGURE_EXTRA_ARGS := \
-Ddriver_qemu=enabled \
-Ddriver_libvirtd=enabled \
-Ddriver_remote=enabled \
+ -Dremote_default_mode=legacy \
-Ddriver_test=enabled \
-Ddriver_ch=disabled \
-Dqemu_user=libvirt-qemu \
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/e92149dc790613074c7429cd934635fd0090a376
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/e92149dc790613074c7429cd934635fd0090a376
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20210818/e4a66058/attachment.htm>
More information about the Pkg-libvirt-commits
mailing list