1ae4ac4486
When a Generic Volume Group is renamed in OpenStack, the corresponding storage group on the PowerMax does not reflect this new name. The name format is <user-supplied-name><uuid> on the PowerMax and now the former section has been changed. To fix this issue we search based on the uuid alone and not the combination of user supplied name and uuid. Once the modified storage group object is returned successfully, the storage group is renamed on the PowerMax. Any subsequent operation on the Generic Volume Group will proceed as before. Closes-Bug: #1936848 Change-Id: Ia49ac163e6d9995368ef7931e51835f753b6623e
9 lines
270 B
YAML
9 lines
270 B
YAML
---
|
|
fixes:
|
|
- |
|
|
PowerMax driver `bug #1936848
|
|
<https://bugs.launchpad.net/cinder/+bug/1936848>`_: Fixed
|
|
Generic Volume Group error where the name has been changed
|
|
in OpenStack and is not reflected on the corresponding storage
|
|
group on the PowerMax.
|