File: bug-1991378-fix-cluster_id-param-cephfs-nfs-2ddc4ff98141b9b9.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (9 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
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.