summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1944619-fix-live-migration-rollback.yaml
blob: b6c68ed49f2f79bc034795edef3460a4957acf93 (plain)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Instances with hardware offloaded ovs ports no longer lose connectivity
    after failed live migrations. The driver.rollback_live_migration_at_source
    function is no longer called during during pre_live_migration rollback
    which previously resulted in connectivity loss following a failed live
    migration. See `Bug 1944619`_ for more details.

    .. _Bug 1944619: https://bugs.launchpad.net/nova/+bug/1944619