cinder/releasenotes/notes/bug-1955057-fix-get-ontap-version-4d9fa1f6c5d2eaf3.yaml
Nahim Alves de Souza 3b13eab894 NetApp ONTAP: Fixed get_ontap_version
Changed the method get_ontap_version, adjusting the code to return
a tuple (generation, major, minor) instead of a string, to avoid
problems when comparing strings in alphabetical order (e.g. '9.5' >
'9.10').

Change-Id: I2305b49ab7d2a1c4d9affd55a4b5b746a1ae4dce
Closes-Bug: #1955057
2022-03-31 13:09:19 +00:00

8 lines
237 B
YAML

---
fixes:
- |
NetApp ONTAP driver `bug #1955057
<https://bugs.launchpad.net/cinder/+bug/1955057>`_: Fixed
the function get_ontap_version on Cinder NetApp driver, now it returns a
tuple of integers instead of a string.