manila/releasenotes/notes/cephfs-native-fix-evict-c45fd2de8f520757.yaml
Ramana Raja 05dcc06dde cephfs_native: Fix client eviction
During deny access, the driver evicts client based on its auth ID
and the share its accessing. It does not make the correct use of
ceph_volume_client library to do this. So fix the evict method call.

Closes-Bug: #1567298

Change-Id: I707d1f2d455106f45c35aa28ca2a30fb0460f9e8
2016-06-09 13:16:10 -04:00

4 lines
89 B
YAML

---
fixes:
- In cephfs_native driver, fixed client eviction call during access denial.