manila/releasenotes/notes/bug-1991378-fix-cluster_id-param-cephfs-nfs-2ddc4ff98141b9b9.yaml
Victoria Martinez de la Cruz ed0af6e9dd Rename 'nfs_cluster_id' to 'cluster_id' in the NFSProtocolHelper
The CephFS NFS driver, specifically the NFSProtocolHelper
implementation, is passing a wrong param to the Ceph backend
and this is preventing users to add and/or deny access to the
created shares. The 'nfs_cluster_id' field has been renamed
to 'cluster_id' to comply with what the rados client expects.
With this fix, users of the CephFS NFS NFSProtocolHelper can
normally create and remove access to their shares.

Closes-Bug: #1991378
Change-Id: Ibc5681e59691d55536c5539feef97b14f74d98ba
2022-10-03 17:26:02 +00:00

10 lines
349 B
YAML

---
fixes:
- |
The CephFS NFS driver, specifically the NFSProtocolHelper
implementation, was passing a wrong param to the Ceph backend
and this was preventing users to add and deny access to the
created shares. With this fix, users of the CephFS NFS
NFSProtocolHelper can normally create and remove access
to their shares.