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
This commit is contained in:
Anusha Unnam 2016-08-29 21:09:48 +00:00 committed by Sean Dague
parent d4b35152c0
commit 6641852b8e
1 changed files with 9 additions and 0 deletions

View File

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