manila/releasenotes/notes/bug-1924230-skip-periodic-task-for-active-replica-030a982af92f8a62.yaml
Maurice Escher 5ba3117f20
Don't run periodic_share_replica_update() on active replicas
Similarly to periodic_share_replica_snapshot_update() skip active
replicas and do what the comment above says.

Change-Id: I719c670416c06f8eb9228a3537034285ae3733b4
Partial-Bug: #1924230
2021-04-16 15:08:53 +02:00

7 lines
252 B
YAML

---
fixes:
- Fixed periodic_share_replica_update() to skip active replicas similarly to
periodic_share_replica_snapshot_update(). The intention is to check on
non-active replicas, that can be 'in_sync', 'out_of_sync' or in 'error'
state.