cinder/releasenotes/notes/solidfire-fix-retype-and-name-exception-on-migration-2af26f095b7cb345.yaml
Fabio Oliveira 853f082884 NetApp Solidfire: Fix retype and name exception on migration
While performing retype or migrate on a volume the name exception
occurs due to the check on all backends including the origin.
The retype status exception occurs because the only accepted state
is available, but retype changes the status to retyping.

This change just assures to check the name on the target backend
and also adds retyping as a valid status for migrate condition.

Change-Id: Ic09d65a0a6ecbb529dc0e4b041650ead449e1273
Closes-Bug: 1942090
Closes-Bug: 1932964
2021-09-29 11:43:54 -03:00

11 lines
357 B
YAML

---
fixes:
- |
NetApp SolidFire driver `Bug #1932964
<https://bugs.launchpad.net/cinder/+bug/1932964>`_:
Fixed a name exception that occurs on any volume migration.
- |
NetApp SolidFire driver `Bug #1942090
<https://bugs.launchpad.net/cinder/+bug/1942090>`_:
Fixed a status exception that occurs on volume retype with migration.