cinder/releasenotes/notes/powermax_legacy_generation_fix-09e437f955cd9d70.yaml
Helen Walsh ee1b5e2b75 PowerMax Driver - Fix for legacy PowerMax OS around generations
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
2021-07-30 15:46:54 +01:00

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.