ee1b5e2b75
In the previous version of PowerMax OS generations of snapVx were used instead of unique snap ids which were just introduced. A generation can be returned as a 0 integer which equates to False in python. The fix is to convert the int to a string if it is returned from REST as an int. Closes-Bug: #1938572 Change-Id: I5b660776190f3026296d6d3237bd3b0d609f769f
9 lines
282 B
YAML
9 lines
282 B
YAML
---
|
|
fixes:
|
|
- |
|
|
PowerMax driver `bug #1938572
|
|
<https://bugs.launchpad.net/cinder/+bug/1938572>`_ :
|
|
Legacy PowerMax OS fix to convert an int to a string if the generation
|
|
of snapVX is returned as an int from REST so that a 0 does not equate
|
|
to False in python.
|