[PATCH 2/2] NEWS: Mention implications of the bug in migration code

Peter Krempa pkrempa at redhat.com
Fri Jul 2 12:17:58 UTC 2021


Wrong flag use could have user-visible implications. Mention the fix.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 2536955a4a..2a97b5ece4 100644
--- 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 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)
 ===================
-- 
2.31.1




More information about the libvir-list mailing list