diff --git a/releasenotes/notes/set_migration_status_to_error_on_live-migration_failure-d1f6f29ceafdd598.yaml b/releasenotes/notes/set_migration_status_to_error_on_live-migration_failure-d1f6f29ceafdd598.yaml new file mode 100644 index 000000000000..f2a0c216dc3e --- /dev/null +++ b/releasenotes/notes/set_migration_status_to_error_on_live-migration_failure-d1f6f29ceafdd598.yaml @@ -0,0 +1,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.