manila/releasenotes/notes/bug-1971530-fix-cephfs-native-deny-access-facf37fa7053c30d.yaml
Goutham Pacha Ravi 74e1fe4761 [Native CephFS] Don't fail to deny missing rules
In rare scenarios, an access rule known to manila may
be missing from CephFS. The driver shouldn't raise an
exception when this happens.

Change-Id: Iaeb84f1d9f4c04c23f470ad777d7d6cf2455f543
Closes-Bug: #1971530
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2022-05-04 13:41:54 +05:30

7 lines
227 B
YAML

---
fixes:
- |
The CephFS driver no longer fails to delete access rules that were never
applied or were missing from the back end storage. See `LP #1971530
<https://launchpad.net/bugs/1971530>`_ for more details.