manila/releasenotes/notes/bug-1898924-fix-share-replica-update-missing-share-server-model-c1c060a7c06e4512.yaml
Douglas Viroel 2e27c71877 Fix 'update_share_replica' doesn't provide share server model to drivers
This patch fixes the 'update_share_replica' operation in the share manager
that wasn't getting the share-server model from the share replica model.
When the operation is executed, the current share replica object may
not have the 'share-server-id' information and need to be updated before
anything else.

Closes-Bug: #1898924
Change-Id: I1d9d69bbdaa27a68a425d959fa8c5da83a157548
Signed-off-by: Douglas Viroel <viroel@gmail.com>
2020-10-08 20:31:55 -03:00

8 lines
318 B
YAML

---
fixes:
- |
Fixed an issue that can lead a share replica to fail during the status
update operation, due to a concurrency between `share replica create` and
`shara replica update` operations. Refer to
`Launchpad Bug #1898924 <https://bugs.launchpad.net/manila/+bug/1898924>`_
for more details.