manila/releasenotes/notes/bug-1665072-migration-success-fix-3da1e80fbab666de.yaml
Rodrigo Barbieri 4181373671 Fix migration_success before completing
Share task_state was set to migration_success
before completing migration. There was still
updates to the share model to be performed
before completing.

Also, small refactoring in host-assisted
migration's migration_complete that was not
setting the task_state migration_completing
at the proper time, allowing a bigger window
for 2 concurrent migration_complete calls.

Change-Id: I88df15446ffe34f3f12770d53c3e03d232f495c2
Closes-bug: #1665072
2017-02-16 08:49:16 -02:00

7 lines
151 B
YAML

---
fixes:
- Fixed ``task_state`` field in the share model
being set to ``migration_success`` before actually
completing a share migration.