cinder/releasenotes/notes/bug-2081742-dell-powermax-rest-api-hostlunid-ee22d0105c990ea0.yaml
Nilesh Thathagar c05d12875f Dell PowerMax: Added exception handling after
the masking view REST call.

Added exception handling after the masking view
REST call to retry fetching the host lunid if
it is not returned by the REST call

Updated the retry count based on trial and error.
The maximum observed retries reached the 8th attempt,
so we have set it to 8 retries.

Closes-Bug: #2081742
Change-Id: I9e8e5f38c8ab8804c5e7ae4ad5e0f650768e93c3
2025-02-27 19:11:32 +00:00

9 lines
294 B
YAML

---
fixes:
- |
Dell PowerMax Driver `bug #2081742
<https://bugs.launchpad.net/cinder/+bug/2081742>`_: The REST
API calls for the masking view connection do not return
the HostLUN ID immediately. To address this, an exception
has been added to implement a retry mechanism.