cinder/releasenotes/notes/bug-1926286-ibm-svf-fix-volume-relationship-properties-fetch-issue-6b443f8521cbb15c.yaml
venkatakrishnathumu eaafd81e9a [SVF] Fix issue to get volume relationship details
[Spectrum Virtualize Family] Fix the issue while fetching
relationship details of a volume with replication enabled.

During some bulk cinder operations such as volume create,
retype and clone for a volume with replication enabled,
replication properties to metadata are not being updated
properly due to an error response from the storage backend
while trying to fetch volume-relationship details. Users will
feel that the operation is successful but have no idea that
volume metadata is partially updated or not updated correctly.
So, given a fix by applying a retry mechanism to get
volume-relationship details and raising an exception if that
backend call still gives an error response.

Closes-Bug: #1926286

Change-Id: Iaa03e417727e97011e421e1f45ac2ac5b8e6af6a
2021-08-13 10:53:56 +00:00

8 lines
226 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver
`Bug #1926286 <https://bugs.launchpad.net/cinder/+bug/1926286>`_:
Fixed an issue while fetching relationship details of a volume with
replication enabled.