b29a0e553f
A share managed in HSP could have some access rules that are not in Manila. Trying to add a rule that already exists in backend results in an error. Also, rules in backend that names are not "share_id + ip" can't be deleted. Additionally, if this share has a rule only in backend and not in Manila, trying to delete it would fail, because HSP doesn't allow delete share when it still has rules. Fix it by adding a check in update access when rules already exist in backend. Check for access rule name in backend when denying access. And cleaning all rules from backend before deleting a share to ensure that it has no children in HSP. Change-Id: I0c8ee5c47efe22f004692022dd952f301d669b06 Closes-Bug: #1620756
7 lines
212 B
YAML
7 lines
212 B
YAML
---
|
|
fixes:
|
|
- Fixed HSP driver not supporting adding rules
|
|
that exist in backend for managed shares.
|
|
- Fixed HSP driver not supporting deleting share if
|
|
it has rules in backend that are not in Manila.
|