manila/releasenotes/notes/bug-1626523-migration-rw-access-fix-7da3365c7b5b90a1.yaml
Rodrigo Barbieri ec0cda28cd Fix share writable in host-assisted migration
For drivers that implement update_access always through recovery
mode, access rules previously set to read-only were being reset
to read-write when the Data Service was adding/removing its access
rule.

Fixed it by integrating the logic that casts DB rules to read-only
into access helper class.

Change-Id: Ife35dcdb99dffa2f266b5c2f6a68fe163da7edd3
Closes-bug: #1626523
2016-11-29 16:55:32 -02:00

6 lines
111 B
YAML

---
fixes:
- Fixed share remaining with read/write access rules during a
host-assisted share migration.