[PATCH] news: mention removal of autogenerated macvtap names from migration XML

Laine Stump posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200828174138.376938-1-laine@redhat.com
NEWS.rst | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] news: mention removal of autogenerated macvtap names from migration XML
Posted by Laine Stump 3 years, 7 months ago
Signed-off-by: Laine Stump <laine@redhat.com>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

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

Re: [PATCH] news: mention removal of autogenerated macvtap names from migration XML
Posted by Michal Privoznik 3 years, 7 months ago
On 8/28/20 7:41 PM, Laine Stump wrote:
> Signed-off-by: Laine Stump <laine@redhat.com>
> ---
>   NEWS.rst | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 


Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and safe for freeze.

Michal