manila/releasenotes/notes/bug-1923566-fix-notfound-replica-parent-share-d8e50659c02b941a.yaml
Maurice Escher 29a943fde7
Reuse _set_instances_share_data for replicas.
Replicas are just special instances after all, no need for
duplicate code and missing on improvements like exception handling
on NotFound error.

Change-Id: I31fabebc6a60814a4cfc04ae0deb49dcb66cab0f
Closes-Bug: #1923566
2021-04-16 10:32:58 +02:00

6 lines
181 B
YAML

---
fixes:
- Fixed NotFound error in share replica periodic tasks. It could happen that
the parent share of the replica that was being worked on had already been
deleted.