1f65c2a92f
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
9 lines
281 B
YAML
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.
|