]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention change to VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Jul 2021 12:39:06 +0000 (14:39 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 28 Jul 2021 06:10:20 +0000 (08:10 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
NEWS.rst

index d791b34efbeb7aa274d79b208a29bad489626711..618f478b81e38e723531ae190853cd05c37ae1d3 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -39,6 +39,13 @@ v7.6.0 (unreleased)
     the same time could trigger migration of storage when
     ``VIR_MIGRATE_TUNNELLED`` is requested. This release fixes the bug.
 
+  * qemu: Don't emit ``VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD`` twice when registered with index
+
+    When registering the threshold event with the index notation (e.g.
+    ``vda[3]``) libvirt would emit the event also for ``vda`` if the image is
+    in the top layer. The intention was to emit two events only when the
+    original registration was done without the index.
+
 
 v7.5.0 (2021-07-01)
 ===================