We are glad to announce the release of: manila 7.4.0: Shared Storage for OpenStack This release is part of the rocky 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. 7.4.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. * When manila API is run behind a proxy webserver, the API service was parsing the major API version requested incorrectly, leading to incorrect responses. This behavior has now been fixed. See launchpad bug 1818081 (https://bugs.launchpad.net/manila/+bug/1818081) 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 7.3.0..7.4.0 ------------------------------ 7543bd8b Fix [Unity] verification and convert mgmt ipv6 8ae267e4 [NetApp] Allow extension/shrinking of NetApp replicated share c6e2e4ec Adding documentation for User Messages in Manila Documentation bad03fee Fix pagination does not speed up queries bug bffeef11 Remove backend spec from share type while creating replica 62996ad8 Check NetApp SnapRestore license for pools 6fbfc888 Fix manila-tempest-minimal-dsvm-lvm-centos-7 job fe9f8e97 Fixing broken links 3335bdcf Unmount NetApp active share after replica promote 1e938ac5 Remove the redunant table from windows' editor 4fbe70fb [CI] Add bindep.txt 631da664 OpenDev Migration Patch Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 60 ++-- bindep.txt | 35 +++ .../admin/shared-file-systems-services-manage.rst | 2 +- .../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 +++- playbooks/legacy/grenade-dsvm-manila/run.yaml | 10 +- .../run.yaml | 8 +- .../run.yaml | 8 +- .../run.yaml | 8 +- .../run.yaml | 12 +- .../manila-tempest-dsvm-glusterfs-native/run.yaml | 12 +- .../run.yaml | 12 +- .../manila-tempest-dsvm-glusterfs-nfs/run.yaml | 12 +- playbooks/legacy/manila-tempest-dsvm-hdfs/run.yaml | 12 +- .../manila-tempest-dsvm-mysql-generic/run.yaml | 8 +- .../run.yaml | 8 +- .../run.yaml | 8 +- .../run.yaml | 8 +- .../legacy/manila-tempest-dsvm-scenario/run.yaml | 8 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../manila-tempest-minimal-dsvm-dummy/run.yaml | 8 +- .../run.yaml | 16 +- .../run.yaml | 10 +- .../run.yaml | 10 +- .../rally-dsvm-manila-multibackend-no-ss/run.yaml | 10 +- .../legacy/rally-dsvm-manila-multibackend/run.yaml | 10 +- ...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 + ...ame-in-case-of-proxy-urls-e33466af856708b4.yaml | 2 +- ...nity-cannot-use-mgmt-ipv6-9407710a3fc7f4aa.yaml | 5 + tox.ini | 12 + 58 files changed, 988 insertions(+), 187 deletions(-)
participants (1)
-
no-reply@openstack.org