945579aefc
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
9 lines
378 B
YAML
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>`_
|