Ussuri Series Release Notes

2.1.0-6

Bug Fixes

  • Launchpad bug 1960422 has been fixed by prevent sending the share creation request and provide early feedback to CLI users.

2.1.0

Prelude

Since the share group APIs have graduated from their experimental feature state in API version 2.55, the client was updated to fit into those changes, and the share group commands will no longer include the X-OpenStack-Manila-API-Experimental` header in the request. Share group types can be created to encompass one or more share types, share groups can be created, updated, snapshotted and deleted, and shares can be created within share groups.

New Features

  • Added support for two new quotas for share replicas: share_replicas and replica_gigabytes.

  • Added since and before to messages list API. User messages can be queried by stimestamp with API version 2.52 and beyond.

  • Added progress field for shares and share replicas. This field allows the user to check the progress of the create share from snapshot operation. The field will show a percentage of completion between 0 and 100 percent.

Upgrade Notes

  • Due to the new ‘share_replicas’ and ‘replica_gigabytes’ quotas for share replicas, it is now possible to hit an ‘over limit’ error while creating replicated shares and share replicas.

2.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. The last release of openstack/python-manilaclient to support python 2.7 is OpenStack Train (python-manilaclient version 1.29.x). The minimum version of Python now supported by openstack/python-manilaclient is Python 3.6.