We exuberantly announce the release of: manila 17.4.0 This release is part of the bobcat 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. 17.4.0 ^^^^^^ Bug Fixes * While displaying and deleting access rules, manila was limiting the search for locks to the context of the request. Now, manila will search within all of the projects for locks and properly apply visibility and deletion restrictions. For more details, please refer to launchpad bug #2089061 (https://bugs.launchpad.net/manila/+bug/2089061). * *Launchpad bug 2099273 <https://bugs.launchpad.net/manila/+bug/2099273>* has been addressed by removing the NFS protocol override within the request sent to the Ceph Manager API. This allows users to mount shares exported by the Ceph NFS service with any NFS protocol version exposed by that service. * 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 "*". * Generic driver - volumes mounted to the service instance are now mounted via its uuid (/dev/disk/by-uuid/...) instead of canonical paths (/dev/vdb) to prevent messing up the shares after restarts. Changes in manila 17.3.1..17.4.0 -------------------------------- 3f9240a8f Fix access rule visibility locks 575f3997e Don't override nfs protocols w/ CephFS fcd3ddb05 fix volume resize issue when host not recognized b4d1e6e9e fix manila to use device uuid instead of name for mounting Diffstat (except docs and test files) ------------------------------------- manila/api/v1/shares.py | 10 ++++-- manila/api/v2/share_accesses.py | 5 +-- manila/share/drivers/cephfs/driver.py | 1 - manila/share/drivers/generic.py | 16 +++++++-- manila/share/drivers/helpers.py | 2 ++ ...access-rules-locks-lookup-b5efbd41397acba3.yaml | 8 +++++ ...ding-cephfs-nfs-protocols-cf7e3949f688ad6f.yaml | 8 +++++ ...fix-generic-driver-resize-0fde9c8674db5951.yaml | 6 ++++ ...ing-uuid-to-mount-volumes-291208b283120224.yaml | 6 ++++ 14 files changed, 143 insertions(+), 21 deletions(-)