853f082884
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
11 lines
357 B
YAML
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.
|