]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention chardev hot(un)plug fixes, '-sock' removal and RPM storage driver fix
authorPeter Krempa <pkrempa@redhat.com>
Tue, 22 Feb 2022 14:28:10 +0000 (15:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Feb 2022 08:39:18 +0000 (09:39 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index cc5666fa91f3ab9c857ef3e4d0a4705b908973f7..65fb112d11b8a672cc1aeb58a88c11dcba8f64a7 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -64,6 +64,25 @@ v8.1.0 (unreleased)
 
 * **Bug fixes**
 
+  * Remove unix sockets from filesystem when disabling a '.socket' systemd unit
+
+    The presence of the socket files is used by our remote driver to determine
+    which service to access. Since neiter systemd nor the daemons clean up the
+    socket file clients were running into problems when a modular deployment was
+    switched to monolithic ``libvirtd``.
+
+  * qemu: Fixes of fd passing during hotplug and hotunplug of chardevs
+
+    FDs used as chardev backing are now properly removed when hot-unplugging
+    a chardev from qemu and hotplugged chardevs now properly use ``virtlogd``
+    to handle the input and output from qemu.
+
+  * RPM: Run pre/post-install steps on ``daemon-driver-storage-core``
+
+    Previously the pre/post-install code was part of the meta-package which
+    installed all storage driver sub-packages thus a minimalistic install
+    of the storage driver didn't behave correctly.
+
 
 v8.0.0 (2022-01-14)
 ===================