nova/releasenotes/notes/set_migration_status_to_error_on_live-migration_failure-d1f6f29ceafdd598.yaml
Anusha Unnam a7c0a84a1e Add a new release note
Add a new reno note to specify that migration status is changed
from 'failed' to 'error' on live-migration failure. That was landed
as change I7a0c5a32349b0d3604802d22e83a3c2dab4b1370

Change-Id: I4e1693fa52bcb33b8770ec59640890abd2b911c8
Closes-bug: #1588888
2016-09-19 14:15:38 +00:00

10 lines
493 B
YAML

---
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.