manila/releasenotes/notes/fix_access_level_managed_shares_hnas-c76a09beed365b46.yaml
Alyson Rosa f1a6b1ca7a HNAS: avoid mismatch access level for managed shares
A CIFS managed share can contain some rules added in backend, and when
we try to add an already existent rule through manila, but with
different access level, the driver will return success with message
"user already allowed". So, manila will show an access level for this
rule that is different from the one in backend. This behaviour does
not apply to NFS shares.

In this case, it will call an update access rule for CIFS shares to
assure that rules in backend and in manila are always with same access
level.

Change-Id: I3c97ff7a5fee241685d54ac4cf7269ed55f1f602
Closes-bug: #1660401
2017-02-01 09:32:48 -02:00

5 lines
116 B
YAML

---
fixes:
- HNAS driver correctly handles rule updates to pre-existing access rules
on a managed CIFS share.