We are thrilled to announce the release of: manila 6.3.2: Shared Storage for OpenStack This release is part of the queens 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. 6.3.2 ^^^^^ Bug Fixes * The NetApp ONTAP driver is now fixed to unmount the original active share volume after one of its replica gets promoted. * 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 set revert_to_snapshot_support to True or False depending upon SnapRestore License. * The NetApp ONTAP driver is now fixed to allow extension and shrinking of share replicas after they get promoted. * When the OpenStack administrator has a busy environment that contains many shares, the list operation with *--limit* parameter was taking too long to respond. This lag has now been fixed. See the launchpad bug 1795463 (https://bugs.launchpad.net/manila/+bug/1795463) for more details. * Fixed an issue with the Dell EMC Unity driver to work with a management IP configured in IPv6 format. Changes in manila 6.3.1..6.3.2 ------------------------------ f4bc383d Fix [Unity] verification and convert mgmt ipv6 b72b45d1 Adding documentation for User Messages in Manila Documentation 71cff225 [NetApp] Allow extension/shrinking of NetApp replicated share 8263f911 Fix pagination does not speed up queries bug c761bb55 Remove backend spec from share type while creating replica f581e987 Check NetApp SnapRestore license for pools fdacc1e9 Fix manila-tempest-minimal-dsvm-lvm-centos-7 job a564a4db Unmount NetApp active share after replica promote 9aa87e4c [stable/queens-only][ci] Enable LVM job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +- .../user/troubleshooting-asynchronous-failures.rst | 343 +++++++++++++++++++++ manila/api/common.py | 30 +- manila/api/v1/shares.py | 14 +- manila/db/sqlalchemy/api.py | 4 + manila/scheduler/drivers/filter.py | 5 + manila/share/api.py | 4 + .../drivers/dell_emc/plugins/unity/connection.py | 8 +- .../netapp/dataontap/client/client_cmode.py | 32 ++ .../netapp/dataontap/cluster_mode/lib_base.py | 46 ++- .../dell_emc/plugins/unity/mocked_unity.yaml | 3 + .../drivers/dell_emc/plugins/unity/res_mock.py | 13 + .../dell_emc/plugins/unity/test_connection.py | 5 + .../netapp/dataontap/client/test_client_cmode.py | 31 ++ .../netapp/dataontap/cluster_mode/test_lib_base.py | 67 +++- .../run.yaml | 4 +- ...orig-active-after-promote-8e24c099ddc1e564.yaml | 5 + ...extraspec-for-replication-d611d2227997ae3e.yaml | 8 + ...cense-for-snapshot-revert-6d32afdc5d0b2b51.yaml | 5 + ...xtend-of-replicated-share-2c9709180d954308.yaml | 4 + ...3-fix-pagination-slowness-8fcda3746aa13940.yaml | 7 + ...nity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml | 5 + 28 files changed, 791 insertions(+), 43 deletions(-)
participants (1)
-
no-reply@openstack.org