[release-announce] manila 9.1.0 (train)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 12 11:34:08 UTC 2019


We are tickled pink to announce the release of:

manila 9.1.0: Shared Storage for OpenStack

This release is part of the train stable release series.

The source is available from:

    https://opendev.org/openstack/manila

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/manila/+bugs

For more details, please see below.

9.1.0
^^^^^

Bug Fixes

* Share type extra-specification "share_backend_name" is now ignored
  when creating share replicas. This ensures that backends in the same
  replication domain need not have the same value of
  "share_backend_name". See launchpad bug #1634734
  (https://bugs.launchpad.net/manila/+bug/1634734) for details.

* The NetApp ONTAP driver is now fixed to allow extension and
  shrinking of share replicas after they get promoted.

* Fixed an issue with the Dell EMC Unity driver to work with a
  management IP configured in IPv6 format.

* Fixed unexpected behavior when updating a share network's
  *neutron_net_id* or *neutron_subnet_id*. Now, Manila does not allow
  updating a share network that does not contain a default subnet.

Changes in manila 9.0.0..9.1.0
------------------------------

9da5594f [Unity] Add release note and tests for IPv6 fix
0c10d54a Fix share network update erroneously returns success
e38c8b50 [NetApp] Allow extension/shrinking of NetApp replicated share
19c4869a Remove backend spec from share type while creating replica
d1c90211 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
ee1c7d17 Update .gitreview for stable/train


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
manila/api/v2/share_networks.py                    | 33 ++++++++++++++--
manila/scheduler/drivers/filter.py                 |  5 +++
.../netapp/dataontap/client/client_cmode.py        | 32 +++++++++++++++
.../netapp/dataontap/cluster_mode/lib_base.py      |  9 +++++
.../dell_emc/plugins/unity/mocked_unity.yaml       |  3 ++
.../drivers/dell_emc/plugins/unity/res_mock.py     | 15 +++++++
.../dell_emc/plugins/unity/test_connection.py      |  5 +++
.../netapp/dataontap/client/test_client_cmode.py   | 31 +++++++++++++++
...extraspec-for-replication-d611d2227997ae3e.yaml |  8 ++++
...xtend-of-replicated-share-2c9709180d954308.yaml |  4 ++
...nity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml |  5 +++
...update-unexpected-success-eba8f40db392c467.yaml |  6 +++
tox.ini                                            |  6 +--
16 files changed, 231 insertions(+), 7 deletions(-)







More information about the Release-announce mailing list