2e27c71877
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>
8 lines
318 B
YAML
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. |