
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
Release notes
The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.
A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.
Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.