cinder/releasenotes/notes/bug1929429-e749f5e5a242a599.yaml
Helen Walsh 1f65c2a92f PowerMax Driver - Allow for case mismatch in SGs
When checking if a storage group is a child of a parent storage
group the check is currently case sensitive. We should allow for
a pattern match that is not case sensitive. For example,
myStorageGroup should equal MYSTORAGEGROUP or mystoragegroup.

Closes-Bug: #1929429
Change-Id: I8dd114fedece8e9d8f85c1ed237c31aede907d67
2021-06-14 11:55:49 +01:00

9 lines
281 B
YAML

---
fixes:
- |
PowerMax driver `bug #1929429
<https://bugs.launchpad.net/cinder/+bug/1929429>`_: Fixes
child/parent storage group check so that a pattern match
is not case sensitive. For example, myStorageGroup should
equal MYSTORAGEGROUP and mystoragegroup.