We are overjoyed to announce the release of: manila 19.0.1 This release is part of the dalmatian 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. 19.0.1 ^^^^^^ Bug Fixes * When deferred deletion is enabled, Manila will attempt regular deletion. While quota is released, and these objects (shares, snapshots) are hidden from the user. Any error during deferred deletion will put resource in *error_deferred_deleting* state. After that, it will be handled in periodic task. Also, Manila will make sure snapshot instances are deleted before share instance delete. For more details, please check Launchpad bug 2068043 (https://bugs.launchpad.net/manila/+bug/2068043) Changes in manila 19.0.0..19.0.1 -------------------------------- ca727d4f4 Python 3.13: do not use removed module "pipes" bf3a83b46 Add CephFS Manage/unmanage documentation fdfa6d672 [doc] Driver updatable metadata c78042bf9 Update share/snapshot instance deferred deletion Diffstat (except docs and test files) ------------------------------------- .../share_back_ends_feature_support_mapping.rst | 2 +- .../admin/shared-file-systems-crud-share.rst | 4 + .../shared-file-systems/drivers/cephfs_driver.rst | 24 +++ manila/db/api.py | 7 +- manila/db/sqlalchemy/api.py | 22 ++- manila/share/api.py | 18 +- .../drivers/dell_emc/common/enas/connector.py | 4 +- manila/share/drivers/ganesha/manager.py | 6 +- manila/share/drivers/ganesha/utils.py | 4 +- manila/share/drivers/hdfs/hdfs_native.py | 4 +- manila/share/drivers/maprfs/driver_util.py | 6 +- manila/share/manager.py | 192 ++++++++++++--------- ...-update-deferred-deletion-dc5ea4207e06bb64.yaml | 10 ++ 16 files changed, 230 insertions(+), 175 deletions(-)
participants (1)
-
no-reply@openstack.org