897980b252
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
13 lines
467 B
YAML
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.
|