Xena Series Release Notes

3.0.2

Bug Fixes

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

3.0.1

Bug Fixes

  • Launchpad bug 1953670 has been fixed by updating the attribute name for the share group type access repr to be share_group_type_id.

3.0.0

New Features

  • The command “manila share-server-delete” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

  • The command “manila share-group-delete” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

  • The command “manila share-group-create” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

Upgrade Notes

  • manilaclient SDK no longer supports some options that were deprecated in version 2.0.0: ‘share_service_name’ (use ‘service_name’ instead), ‘proxy_tenant_id’, ‘proxy_token’, ‘os_cache’ (use ‘use_keyring’ instead) ‘api_key’(use ‘password’ instead). The client.authenticate() method has been removed as well, since authentication is performed automatically.

Bug Fixes

  • Fixed the issue in which users were unable to create a share from a snapshot, specifing the snapshot’s name. For more details, please refer to launchpad bug 1798229

2.7.0

New Features

  • Added support for per share gigabytes quotas.

Upgrade Notes

  • After addition of per share gigabytes quotas, it is now possible to get ‘over limit’ error while creating a share.

Bug Fixes