From: Peter Krempa Date: Thu, 8 Sep 2022 10:38:28 +0000 (+0200) Subject: NEWS: Mention that non-shared storage migration was broken in libvirt-8.7 X-Git-Tag: v8.8.0-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e473b86187a2519b3f9787dbcdd117e893635de;p=thirdparty%2Flibvirt.git NEWS: Mention that non-shared storage migration was broken in libvirt-8.7 Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 73d3c0054a..69c5b70c2f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -27,6 +27,12 @@ v8.8.0 (unreleased) * **Bug fixes** + * qemu: Fix non-shared storage migration setup + + This release fixes a bug in setup of a migration with non-shared storage + ( ``virsh migrate --copy-storage-all``) which was broken by a refactor of + the code in libvirt-8.7. + v8.7.0 (2022-09-01) ===================