nova/releasenotes/notes/announce-self-post-live-migration-936721b1ab887514.yaml
Tobias Urdin d44e24efe2 libvirt: Add announce-self post live-migration workaround
This patch adds a workaround that can be enabled
to send an announce_self QEMU monitor command
post live-migration to send out RARP frames
that was lost due to port binding or flows not
being installed.

Please note that this makes marks the domain
in libvirt as tainted.

See previous information about this issue in
the [1] bug.

[1] https://bugs.launchpad.net/nova/+bug/1815989

Change-Id: I7a6a6fe5f5b23e76948b59a85ca9be075a1c2d6d
Related-Bug: 1815989
2022-01-10 08:41:31 +00:00

9 lines
403 B
YAML

---
features:
- |
Added a new configuration option ``[workarounds]/enable_qemu_monitor_announce_self``
that when enabled causes the Libvirt driver to send a announce_self QEMU
monitor command post live-migration. Please see `bug 1815989 <https://bugs.launchpad.net/nova/+bug/1815989>`_
for more details. Please note that this causes the domain to be considered
tainted by libvirt.