We are delighted to announce the release of: manila 13.0.2: Shared Storage for OpenStack This release is part of the xena stable 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. 13.0.2 ^^^^^^ Known Issues ************ * User specified scheduler hints such as "same_host" and "different_host" are stored as share metadata with keys such as "__affinity_same_host" and "__affinity_different_host" respectively. These can be manipulated or deleted by end users like all metadata unless prevented by RBAC policy. In a future release, the service will restrict the deletion or manipulation of these specific metadata items. Bug Fixes ********* * Fixed an issue during snapshot creation where a database error was being mishandled with dead code. See Launchpad bug 1475351 (https://launchpad.net/bugs/1475351) for more details. Changes in manila 13.0.1..13.0.2 -------------------------------- 3d812459 Set tempest api version config in devstack plugin 31f7c972 early return for _share_replica_update() if there is no active replica 720f6e3f Update admin, user and contributor guide c72c607e XENA release note regarding scheduler filters f96d6278 Handle successful deletion of snapshot if quota commit fails 967a6ded Modify docker instalation for fedora systems 0fb10e6c Drop non-ASCII character from manila config Diffstat (except docs and test files) ------------------------------------- contrib/ci/post_test_hook.sh | 17 --- devstack/plugin.sh | 18 ++- .../admin/shared-file-systems-share-networks.rst | 15 +++ manila/share/api.py | 5 +- manila/share/drivers/netapp/options.py | 14 +-- manila/share/manager.py | 19 ++- ...-only-metadata-xena-issue-91690edef7bc13aa.yaml | 10 ++ ...hot-if-quota-commit-fails-4d150bf0b71a2fd9.yaml | 6 + 11 files changed, 251 insertions(+), 29 deletions(-)