]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention stuff I've dealt with for this release v7.3.0-rc2
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 28 Apr 2021 10:37:17 +0000 (12:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 28 Apr 2021 12:13:06 +0000 (14:13 +0200)
Crème de la crème of my work for this release.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index cecdcc72a0327f06eb9fb624544f44e0a3f8b30c..24e002b3d2936d394818e43c41ea5020247b6f3e 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -59,6 +59,11 @@ v7.3.0 (unreleased)
     since we know that it won't depend on any backing image and thus can prevent
     attempts to probe the backing chain.
 
+  * qemu: Expose disk serial in virDomainGetGuestInfo()
+
+    The ``virDomainGetGuestInfo()`` reports disk serial number among with other
+    disk information.
+
 * **Bug fixes**
 
   * qemu: Fix crash of libvirt on full block pull of a disk
@@ -88,6 +93,20 @@ v7.3.0 (unreleased)
     job, libvirt would get confused and execute the code as if the job were
     aborted.
 
+  * lxc: Fix container destroy with CGroupsV2
+
+    When an LXC container was started and the host used CGroupsV2 it might have
+    had created nested controllers under the container's scope. Libvirt was
+    unaware and thus destroying the container failed with a cryptic error:
+    ``failed to get cgroup backend for 'pathOfController'``. The CGroup removal
+    code was reworked and is now capable of dealing with such scenario.
+
+  * bash-completion: Fix argument passing to $1
+
+    Due to a bug in bash completion script, the auto completion did not work
+    properly when a connection URI or read only flag were specified on
+    ``virsh`` or ``virt-admin`` command line.
+
 v7.2.0 (2021-04-01)
 ===================