|
current_wsapi_version = '{}.{}.{}'.format(api_version.get('major'), |
|
api_version.get('minor'), |
|
api_version.get('revision')) |
|
if current_wsapi_version >= self.WSAPI_MIN_VERSION_COMPRESSION_SUPPORT: |
The WSAPI version on primera is now 1.10.0. Which since the 'minimum' version is 1.5.0, means that the code thinks the minimum version is not met and breaks any attempt at a creation of a compressed lun. Please fix ASAP
python-3parclient/hpe3parclient/client.py
Lines 252 to 255 in 26094f3
The WSAPI version on primera is now 1.10.0. Which since the 'minimum' version is 1.5.0, means that the code thinks the minimum version is not met and breaks any attempt at a creation of a compressed lun. Please fix ASAP