]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention implications of the bug in migration code
authorPeter Krempa <pkrempa@redhat.com>
Fri, 2 Jul 2021 12:17:58 +0000 (14:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 12 Jul 2021 14:35:22 +0000 (16:35 +0200)
Wrong flag use could have user-visible implications. Mention the fix.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 2536955a4a6b0a597e1eee3fc8099d2060c8d0b3..d95750e7766ce4459c2807040c87671f910d610b 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,13 @@ v7.6.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: Fix migration with VIR_MIGRATE_NON_SHARED_INC
+
+    libvirt 7.3.0 introduced a bug where VIR_MIGRATE_NON_SHARED_INC would not
+    actually migrate the contents of the disk due to broken logic and at the
+    same time could trigger migration of storage when VIR_MIGRATE_TUNNELLED is
+    requested. This release fixes the bug.
+
 
 v7.5.0 (2021-07-01)
 ===================