Skip to content

You can't just compare version strings like this #87

@VortexUK

Description

@VortexUK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions