Yoga Series Release Notes

3.3.1-3

Bug Fixes

  • Launchpad bug 1909477 has been fixed by prevent sending the share creation request with any capitalization of the name “None”.

  • Fixed the use of the “–availability-zone” option with the “openstack share network create” command.

3.3.1

Bug Fixes

  • Fixed a regression with the use of the “force” keyword in the “extend” API in the Share resource. See LP #1975488 for more details.

3.3.0

New Features

  • Added –scheduler_hints to the share-replica create command of manila shellclient. In case of OSC, –scheduler-hint is used. Scheduler hints in the share-replica create allow scheduler to select appropriate host using filters. For example, user needs to specify “only_host=host@backend#pool” when creating a manila share-replica in case of onlyhostFilter. Supported for microversion >= 2.67.

  • The commands “manila manage” and “manila unmanage” now accept an optional “–wait” flag that allows users to let the client poll for the completion of the operation.

  • Added CLI commands to soft delete share.

  • Added CLI commands to restore share.

  • Added CLI commands to query shares in recycle bin.

Bug Fixes

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

  • The following openstack subcommands no longer format the required_extra_specs field and the optional_extra_specs field unless the default table format is used.

    • openstack share type create

    • openstack share type list

    • openstack share type show

3.2.0

New Features

  • Share group types can now be filtered with their group_specs.

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

Bug Fixes

  • The commands “openstack share type list” and “openstack share access list” no longer support the “–columns” option. Use “–column” to filter the output.

  • 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.1.0

New Features

  • Added –scheduler_hints to the share create command

Upgrade Notes

  • Scheduler hints in the share create command allow scheduler to select appropriate host using hard affinity and anti-affinity filters. User needs to specify affinity/anti-affinity share ids using keys “same_host” or “different_host” when creating a manila share.

Bug Fixes

  • Share group and share group snapshots quotas have been available in manila since API 2.40. With this change, we added the possibility for users to update share group and share group snapshots quotas via the quota class API to the manilaclient CLI. For more details, please refer to Launchpad bug 1871252.