0970eb6e3a
- Add Database migration to introduce the column on the share instances model. - Set the field to True if creating read-only secondary replicas, unset while promoting them. - Set the field to True if drivers don't support writable access to migrating shares, or if using host assisted migration. Unset if migration fails, or is canceled. - Expose the field via share-instances and share-replicas APIs to administrators. Supporting read only-access rules is part of the minimum driver requirements in manila. APIImpact DocImpact Implements: bp fix-and-improve-access-rules Co-Authored-By: Rodrigo Barbieri <rodrigo.barbieri@fit-tecnologia.org.br> Change-Id: Ie8425f36f02cbcede0aaa9f3fe1f5f3cf23df8b8
8 lines
308 B
YAML
8 lines
308 B
YAML
---
|
|
features:
|
|
- Improvements have been made to ensure read only rule semantics for
|
|
shares and readable replicas. When invoked with administrative context,
|
|
the share instance and share replica APIs will return
|
|
``cast_rules_to_readonly`` as an additional field in the detailed JSON
|
|
response.
|