File: set_migration_status_to_error_on_live-migration_failure-d1f6f29ceafdd598.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (9 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
---
fixes:
  - To make live-migration consistent with resize, confirm-resize and
    revert-resize operations, the migration status is changed to 'error'
    instead of 'failed' in case of live-migration failure. With this change
    the periodic task '_cleanup_incomplete_migrations' is now able to remove
    orphaned instance files from compute nodes in case of live-migration
    failures. There is no impact since migration status 'error' and
    'failed' refer to the same failed state.