File: bug-2000253-handle-access-rules-on-replica-c7304ae55c68857f.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
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>`_