manila/releasenotes/notes/bug-2000253-handle-access-rules-on-replica-c7304ae55c68857f.yaml
Maurice Escher 945579aefc Handle access rules on share replicas.
Currently rules that are copied from source share would hang in
'queued_to_apply' forever. To fix this check access_rule_status of
the created replica and accordingly update access rule and state.

Change-Id: Ie7ddd9f631510ba97e92a1eb0eb9a5d944ec1b3b
Closes-Bug: #2000253
2023-07-10 15:44:19 +00:00

9 lines
378 B
YAML

---
fixes:
- |
While creating share replicas, the rules that are copied from source share
would hang in 'queued_to_apply' forever. Fixed it by checking status of
access_rule of the created replica and conditionally changed from
'queued_to_apply' to 'active'. For more details check
`Launchpad bug 2000253 <https://bugs.launchpad.net/manila/+bug/2000253>`_