From: Peter Krempa Date: Fri, 2 Jul 2021 12:17:58 +0000 (+0200) Subject: NEWS: Mention implications of the bug in migration code X-Git-Tag: v7.6.0-rc1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b249fa78718cd6c21109b385b568ecd3d6a3a8dd;p=thirdparty%2Flibvirt.git NEWS: Mention implications of the bug in migration code Wrong flag use could have user-visible implications. Mention the fix. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 2536955a4a..d95750e776 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.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) ===================