summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1821755-7bd03319e34b6b10.yaml
blob: 4c6135311bbc800cdd75a35805e34f2cf314fc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    Improved detection of anti-affinity policy violation when performing live
    and cold migrations. Most of the violations caused by race conditions due
    to performing concurrent live or cold migrations should now be addressed
    by extra checks in the compute service. Upon detection, cold migration
    operations are automatically rescheduled, while live migrations have two
    checks and will be rescheduled if detected by the first one, otherwise the
    live migration will fail cleanly and revert the instance state back to its
    previous value.