cinder/releasenotes/notes/bug-1936848-6ecc78e0e970419a.yaml
Helen Walsh 1ae4ac4486 PowerMax Driver - Fix for renaming GVG
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
2022-09-13 14:11:17 +02:00

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.