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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2021-07-02 14:17:58 +02:00
parent f58349c9c6
commit b249fa7871

View File

@ -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)
===================