manila/releasenotes/notes/bug-1889549-fix-migration-g...

8 lines
288 B
YAML

---
fixes:
- |
In the share migration_get_progress API a race condition was fixed. If the
share manager reports ``InvalidShare`` the share's task state is evaluated
again to return progress 0 or 100 based on known task states instead of
raising ``ShareMigrationError``.