We enthusiastically announce the release of: manila 8.1.0: Shared Storage for OpenStack This release is part of the stein 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. 8.1.0 ^^^^^ 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. * Update share networks with MTU before creating network allocations so that the first allocation in a share network is correct. * Fixed an issue with the Dell EMC Unity driver to work with a management IP configured in IPv6 format. Changes in manila 8.0.1..8.1.0 ------------------------------ 90a68770 Fix [Unity] verification and convert mgmt ipv6 5255ca20 [NetApp] Allow extension/shrinking of NetApp replicated share e2fe03e2 Remove backend spec from share type while creating replica 462b0e74 Fix pagination does not speed up queries bug 677bb330 NeutronBindNetworkPlugin: fix multi segment mtu 9e39a138 Check NetApp SnapRestore license for pools 0402f78a Unmount NetApp active share after replica promote Diffstat (except docs and test files) ------------------------------------- manila/api/common.py | 30 ++++++---- manila/api/v1/shares.py | 14 ++--- manila/db/sqlalchemy/api.py | 4 ++ manila/network/neutron/neutron_network_plugin.py | 23 +++++++- manila/scheduler/drivers/filter.py | 5 ++ manila/share/api.py | 4 ++ .../drivers/dell_emc/plugins/unity/connection.py | 10 +++- .../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 +++++++++++++++++++++- ...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 +++ ...fix-multisegment-mtu.yaml-ac2e31c084d8bbb6.yaml | 5 ++ ...nity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml | 5 ++ 26 files changed, 373 insertions(+), 36 deletions(-)
participants (1)
-
no-reply@openstack.org