manila/releasenotes/notes/bug-1660425-snapshot-access-in-error-bce279ee310060f5.yaml
Rodrigo Barbieri 4f330330d5 Fix error'ed access rules being sent to driver
Error'ed snapshot access rules should not be sent down to drivers,
as drivers that only look at 'access_rules' parameter will always
try to apply them, causing every subsequent call to result in
error. They should only be sent to drivers when being removed.

Change-Id: Icf7e87d82eb0d51d441cd813da146cc0965fa334
Closes-bug: #1660425
2017-01-31 19:17:05 +00:00

5 lines
116 B
YAML

---
fixes:
- Snapshot access rules in error state no longer cause other
rules to go into error state as well.