cinder/releasenotes/notes/bug-2055022-dell-powerstore-rest-api-timeout-51b3ae19266757f9.yaml
Nilesh Thathagar 897980b252 Dell PowerStore: Added timeout into rest API call.
Added connect and read timeout into rest API call
of PowerStore to avoid cinder hang issue.
Deafult value of connect and read timeout
is 30 seconds.

Closes-Bug: #2055022
Change-Id: Id44a4b01c9ca238470e7d984d39b5e4c4883fd6a
2024-08-30 17:48:51 +00:00

13 lines
467 B
YAML

---
fixes:
- |
Dell PowerStore Driver `bug #2055022
<https://bugs.launchpad.net/cinder/+bug/2055022>`_: REST
API calls to the PowerStore backend did not have a timeout
set, which could result in cinder waiting forever.
This fix introduces two configuration options,
``rest_api_call_connect_timeout`` and
``rest_api_call_read_timeout``, to control timeouts
when connecting to the backend.
The default value of each is 30 seconds.