neutron/releasenotes/notes/dvr-support-live-migration-b818b12bd9cbb518.yaml
Armando Migliaccio ccbef43f5b Improve release notes for dvr fixes
Change-Id: Ida1165add974207a4ea25696d26e1daae7914288
Related-bug: #1456073
2016-03-15 15:18:54 +00:00

15 lines
526 B
YAML

---
prelude: >
Improve DVR's resiliency during Nova VM live
migration events.
fixes:
- Create DVR router namespaces pro-actively on the
destination node during live migration events. This
helps minimize packet loss to floating IP traffic.
issues:
- More synchronization between Nova and Neutron is needed
to properly handle live migration failures on either
side. For instance, if live migration is reverted or
canceled, some dangling Neutron resources may be left
on the destination host.