From: Laine Stump Date: Fri, 28 Aug 2020 17:40:40 +0000 (-0400) Subject: news: mention removal of autogenerated macvtap names from migration XML X-Git-Tag: v6.7.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2672b33dc54371b2ed0d585c4ab4f1badc86536;p=thirdparty%2Flibvirt.git news: mention removal of autogenerated macvtap names from migration XML Signed-off-by: Laine Stump Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 748ee3b1df..64c2b3f581 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -100,6 +100,14 @@ v6.7.0 (unreleased) implementation. But the implementation did not handle kernels without device-mapper support. This is now fixed. + * remove autogenerated macvtap names from migration XML + + Autogenerated macvtap device names were being left in the + migration XML, which could result in libvirt erroneously deleting + the macvtap device of a different guest in the aftermath of + failing to restart the guest on the destination host. Removing the + autogenerated names avoids this. + v6.6.0 (2020-08-02) ===================