We are happy to announce the release of: manila 20.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/manila Download the package from: https://tarballs.openstack.org/manila/ Please report issues through: https://bugs.launchpad.net/manila/+bugs For more details, please see below. 20.0.0 ^^^^^^ Bug Fixes * For generic driver, when resize a share it may failed due to exportfs can't recognize "<world>" as part of the share path. This issue has been fixed by replacing "<world>" to "*". Changes in manila 19.0.0.0rc1..20.0.0 ------------------------------------- 502f1c8d5 fix volume resize issue when host not recognized 126cb8a80 Update TOX_CONSTRAINTS_FILE for stable/2025.1 8445294a0 Update .gitreview for stable/2025.1 f8bc93a6d Doc converte for manila share list to openstack cli. f526a8f5c Doc convert for share snapshot create from manila command. 47211bc0f addressed outdated documentation 79fb20492 Converted manila snapshot-list to openstack cli command. dac94b360 Fixed the remaining review comments for patch #928608 825b5bc36 Updated NetApp certificate auth options help section. ab8fa6b26 NetApp - Restrict LIF Creation Per HA Pair 688ebca87 Actually try to log in via SSH to validate server f02c422fc NetApp: Implement share network subnet metadata update method eb131b92d Pass share network subnet metadata updates to backend drivers 9d8f8a13a Drop direct test dependency on iso8601 1991444b4 [NetApp] Certificate based authentication for NetApp drivers 314a39143 Don't override nfs protocols w/ CephFS b1be38a00 Fix access rule update 5f11287df Add missing API version description 7cde91fcc Ignore not found exception during port delete c153f2e73 [cephfs] Fix access rule update bf73791a0 Drop duplicated choices f877faa5a Drop broken manila-all script 25003030b Adapt to nova api 2.89 and skip some cinder calls aab37fe2a Deprecate options used solely by Ceph NFSProtocolHelper efe16a04f Support nova api 2.47 and newer 5ebe38b82 doc: Use dnf instead of yum 65d48c058 Allow to update access level of access rule 786ec6316 Dell EMC: Refactor redundant if-elas block d3d86bde8 Update cephfs driver to return provision capacity 59c737acc Imported Translations from Zanata 22ccfe999 Add new policy `list_all_projects` for share/share-snapshot 998f9f24c [Netapp] make deleted volume retention period configurable bc01cc1c1 Improve get all instances with share data 767301273 reno: Update master for unmaintained/2023.1 d23862fcf fix manila to use device uuid instead of name for mounting 361af5e4b Replace deprecated FormatChecker.cls_checks 82238c780 vast: return all available export locations 4a86948cc Make default mount point prefix configurable, and allow empty prefix cabe92671 updated VAST driver documentation dde7b2003 Drop duplicate hacking check of thrid party mock 3d80e8668 Fix access rule visibility locks c9fa6f939 [netapp] Allow share server migration with replicas dec80f988 Remove default override for config options policy_file 9bd566c52 Add ensure shares admin docs 8f69ccbb2 Fix docs job reference issues da61a96b2 Skip functional tests on pre-commit config update aae3726ea Replace deprecated functions in datetime 414806b4f Drop ineffective required=True 8ad99f8e3 Enable manila-grenade 35c6ca5e2 devstack: Fix missing manila command b64e5a35e decorate all missing *_update methods with db_retry on deadlock 944555bdf [doc] Add format_output option in documentation 6b796905a Add ability to trace SQL transactions with profiler 31c97211c Improve unit tests in NetApp Driver 6eddae380 Require valid value for endpoint_type d8902ee62 tests: Actually raise on invalid schemas 12d77ead4 [Doc] Annotate max api microversions (Caracal/Dalmatian) f46ec7b82 [netapp] remove last-transfer-size check for updating replica state cf6f2ee84 Pure Storage - bump version numbers for 2025.1 (Epoxy) bb0c2b4c4 Imported Translations from Zanata b56105377 Remove Python 3.8 support 7be1e5e91 NetApp: fix delay clone split when creating share from snapshot (#124) aebf40add Fix release name in docs 353feba0b Remove workaround for eventlet bug #592 debec4378 [doc] Driver updatable metadata 5d574edbb Fix share server migration not reusing allocations 9f370d014 Imported Translations from Zanata e8f086d0f Update share/snapshot instance deferred deletion 4fe2b014e Add CephFS Manage/unmanage documentation 697c9bf3d Remove extra policy check 9803c7be2 [NetApp] Fixed share creation workflow via REST 547fdcd41 Drop SQLALCHEMY_WARN_20 5f7812e00 Update master for stable/2024.2 3ae5ea796 Add exception handling to share server deletion 17088aa57 Fix "preferred" export locations in the CephFS driver 3e9d535be Fix export location metadata updates by drivers e28bb5905 Python 3.13: do not use removed module "pipes" 5ef6bd056 reno: Update master for unmaintained/zed Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + HACKING.rst | 1 - .../samples/share-access-rules-update-request.json | 5 + .../share-access-rules-update-response.json | 17 + api-ref/source/share-access-rules.inc | 61 +++ devstack/plugin.sh | 3 + .../share_back_ends_feature_support_mapping.rst | 2 +- .../admin/shared-file-systems-crud-share.rst | 4 + .../admin/shared-file-systems-services-manage.rst | 35 ++ .../shared-file-systems/drivers/cephfs_driver.rst | 26 +- .../drivers/vastdata_driver.rst | 80 +++- .../configuration/tables/manila-vastdata.inc | 4 +- .../user/share-network-subnet-operations.rst | 5 +- manila/api/openstack/api_version_request.py | 5 +- manila/api/openstack/rest_api_version_history.rst | 18 +- manila/api/schemas/resource_locks.py | 17 +- manila/api/v1/shares.py | 10 +- manila/api/v2/services.py | 2 - manila/api/v2/share_accesses.py | 37 +- manila/api/v2/share_network_subnets.py | 67 +++- manila/api/validation/validators.py | 54 +-- manila/api/views/limits.py | 5 +- manila/cmd/api.py | 6 - manila/cmd/data.py | 6 - manila/cmd/scheduler.py | 6 - manila/cmd/share.py | 6 - manila/common/config.py | 10 +- manila/common/constants.py | 4 + manila/compute/nova.py | 13 +- manila/db/api.py | 22 +- .../0d8c8f6d54a4_modify_share_servers_table.py | 55 +++ manila/db/sqlalchemy/api.py | 162 +++++--- manila/db/sqlalchemy/models.py | 9 + manila/image/glance.py | 2 + manila/message/message_field.py | 6 + manila/network/neutron/api.py | 5 + manila/opts.py | 1 + manila/policies/share_access.py | 19 + manila/policies/share_snapshot.py | 23 ++ manila/policies/shares.py | 24 ++ manila/policy.py | 11 - manila/scheduler/host_manager.py | 9 + manila/scheduler/utils.py | 4 +- manila/share/access.py | 43 ++- manila/share/api.py | 107 +++++- manila/share/driver.py | 25 +- manila/share/drivers/cephfs/driver.py | 119 +++++- manila/share/drivers/container/driver.py | 4 +- .../drivers/dell_emc/common/enas/connector.py | 4 +- manila/share/drivers/dell_emc/driver.py | 66 +--- manila/share/drivers/ganesha/__init__.py | 9 +- manila/share/drivers/ganesha/manager.py | 6 +- manila/share/drivers/ganesha/utils.py | 4 +- manila/share/drivers/generic.py | 34 +- manila/share/drivers/glusterfs/layout.py | 9 +- manila/share/drivers/hdfs/hdfs_native.py | 4 +- manila/share/drivers/helpers.py | 2 + manila/share/drivers/hitachi/hnas/driver.py | 4 +- manila/share/drivers/hitachi/hsp/driver.py | 2 +- manila/share/drivers/hpe/hpe_3par_driver.py | 2 +- manila/share/drivers/huawei/base.py | 2 +- manila/share/drivers/huawei/huawei_nas.py | 6 +- manila/share/drivers/huawei/v3/connection.py | 5 +- manila/share/drivers/ibm/gpfs.py | 2 +- manila/share/drivers/infinidat/infinibox.py | 2 +- manila/share/drivers/infortrend/driver.py | 4 +- manila/share/drivers/inspur/as13000/as13000_nas.py | 2 +- manila/share/drivers/inspur/instorage/instorage.py | 2 +- manila/share/drivers/lvm.py | 4 +- manila/share/drivers/macrosan/macrosan_nas.py | 4 +- manila/share/drivers/maprfs/driver_util.py | 6 +- manila/share/drivers/maprfs/maprfs_native.py | 2 +- .../share/drivers/netapp/dataontap/client/api.py | 77 +++- .../drivers/netapp/dataontap/client/client_base.py | 6 +- .../netapp/dataontap/client/client_cmode.py | 84 ++++- .../netapp/dataontap/client/client_cmode_rest.py | 83 +++- .../drivers/netapp/dataontap/client/rest_api.py | 31 +- .../netapp/dataontap/cluster_mode/data_motion.py | 15 +- .../netapp/dataontap/cluster_mode/drv_multi_svm.py | 13 +- .../dataontap/cluster_mode/drv_single_svm.py | 10 +- .../netapp/dataontap/cluster_mode/lib_base.py | 81 +++- .../netapp/dataontap/cluster_mode/lib_multi_svm.py | 61 ++- manila/share/drivers/netapp/options.py | 78 +++- manila/share/drivers/nexenta/ns4/nexenta_nas.py | 14 +- manila/share/drivers/nexenta/ns5/nexenta_nas.py | 14 +- manila/share/drivers/nexenta/options.py | 7 +- manila/share/drivers/purestorage/flashblade.py | 4 +- manila/share/drivers/qnap/qnap.py | 2 +- manila/share/drivers/quobyte/quobyte.py | 4 +- manila/share/drivers/service_instance.py | 31 +- manila/share/drivers/tegile/tegile.py | 2 +- manila/share/drivers/vastdata/driver.py | 4 +- manila/share/drivers/veritas/veritas_isa.py | 2 +- manila/share/drivers/windows/windows_smb_helper.py | 2 +- manila/share/drivers/zadara/zadara.py | 2 +- manila/share/drivers/zfsonlinux/driver.py | 5 +- manila/share/manager.py | 353 ++++++++++------- manila/share/rpcapi.py | 18 +- manila/share/share_types.py | 6 +- manila/ssh_utils.py | 11 +- .../drivers/glusterfs/test_glusterfs_native.py | 1 + .../share/drivers/hitachi/hnas/test_driver.py | 21 +- .../share/drivers/hpe/test_hpe_3par_driver.py | 3 + .../share/drivers/infinidat/test_infinidat.py | 10 +- .../drivers/inspur/as13000/test_as13000_nas.py | 4 +- .../drivers/inspur/instorage/test_instorage.py | 3 +- .../share/drivers/macrosan/test_macrosan_nas.py | 8 +- .../share/drivers/netapp/dataontap/client/fakes.py | 26 +- .../drivers/netapp/dataontap/client/test_api.py | 72 ++++ .../netapp/dataontap/client/test_client_cmode.py | 193 ++++++++-- .../dataontap/client/test_client_cmode_rest.py | 64 +++- .../netapp/dataontap/client/test_rest_api.py | 58 ++- .../dataontap/cluster_mode/test_data_motion.py | 22 +- .../netapp/dataontap/cluster_mode/test_lib_base.py | 37 +- .../dataontap/cluster_mode/test_lib_multi_svm.py | 93 ++++- .../share/drivers/nexenta/ns4/test_nexenta_nas.py | 11 +- .../share/drivers/nexenta/ns5/test_nexenta_nas.py | 6 +- .../share/drivers/purestorage/test_flashblade.py | 2 +- .../share/drivers/veritas/test_veritas_isa.py | 19 +- .../drivers/windows/test_windows_smb_helper.py | 10 +- manila/volume/cinder.py | 2 + ...pdates-to-backend-drivers-10441eee8375f146.yaml | 15 + ...c-dont-check-socket-login-e2dd1dbc42ae281a.yaml | 9 + ...x-share-creation-via-rest-9bb4180fc87af6c2.yaml | 8 + ...river-return-allocated-gb-6ecf908dae8f369d.yaml | 17 + ...r-migration-with-replicas-971fece378440aba.yaml | 6 + ...ver-preferred-path-update-70147668e0f19c4d.yaml | 7 + ...th-preferred-attr-updates-32db001aacfc8563.yaml | 6 + ...bug-2064907-allow-empty-mount-point-prefix.yaml | 6 + .../bug-2064907-fix-share-server-migration.yaml | 10 + ...ess-level-for-access-rule-741f8fc3cc190701.yaml | 7 + ...-update-deferred-deletion-dc5ea4207e06bb64.yaml | 10 + .../notes/bug-2082944-sqlalchemy-tracing.yml | 5 + ...b_retry-on-update-methods-538f3a295a110f3f.yaml | 6 + ...-for-shares-and-snapshots-0b02bea6e121c6a2.yaml | 7 + ...instances-with-share-data-f217df37bac9b647.yaml | 6 + ...ntion-period-configurable-403ec227f256e24b.yaml | 10 + ...multiple-export-locations-39243a9091c145f9.yaml | 8 + ...access-rules-locks-lookup-b5efbd41397acba3.yaml | 8 + ...rt-delete-not-found-error-5acafa7a7810a210.yaml | 7 + ...ding-cephfs-nfs-protocols-cf7e3949f688ad6f.yaml | 8 + ...s-protocol-helper-options-bacaf4565478e38f.yaml | 11 + ...cation-for-netapp-drivers-e5163559d2335643.yaml | 7 + ...fix-generic-driver-resize-0fde9c8674db5951.yaml | 6 + ...ing-uuid-to-mount-volumes-291208b283120224.yaml | 6 + ...rk-subnet-metadata-method-0615490d86958c3d.yaml | 9 + ...plit-after-share-creation-fbae159d988fe2a0.yaml | 9 + ...transfer-size-limit-check-ec66035ff30ad70b.yaml | 7 + ...-lif-creation-per-ha-pair-249021556be5189d.yaml | 11 + .../notes/remove-py38-5c619aee267bc1f3.yaml | 5 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 417 ++++++++++++++++++++- releasenotes/source/zed.rst | 2 +- requirements.txt | 6 +- setup.cfg | 4 +- test-requirements.txt | 1 - tox.ini | 11 +- zuul.d/grenade-jobs.yaml | 1 + zuul.d/project.yaml | 5 +- 215 files changed, 4023 insertions(+), 1059 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e0c5f8319..2af883b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ defusedxml>=0.7.1 # PSFL -eventlet>=0.26.1 # MIT +eventlet>=0.27.0 # MIT @@ -21 +21 @@ oslo.middleware>=4.1.1 # Apache-2.0 -oslo.policy>=4.4.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 @@ -28 +28 @@ oslo.upgradecheck>=1.3.0 # Apache-2.0 -oslo.utils>=4.7.0 # Apache-2.0 +oslo.utils>=7.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e0956c1bf..46ab5e6ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -iso8601>=0.1.12 # MIT
participants (1)
-
no-reply@openstack.org