3b13eab894
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
8 lines
237 B
YAML
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.
|