cf83449bbd
Added connect and read timeout into rest API call of PowerFlex to avoid cinder hang issue. Deafult value of connect and read timeout is 30 seconds. Closes-Bug: #2052995 Change-Id: I032d76627466f74121e3dc4fb2c8e175d830fa14
12 lines
446 B
YAML
12 lines
446 B
YAML
---
|
|
fixes:
|
|
- |
|
|
PowerFlex Driver `bug #2052995
|
|
<https://bugs.launchpad.net/cinder/+bug/2052995>`_: REST
|
|
API calls to the PowerFlex backend did not have a timeout
|
|
set, which could result in cinder waiting forever.
|
|
This fix introduces two configuration options,
|
|
``rest_api_connect_timeout`` and ``rest_api_read_timeout``,
|
|
to control timeouts when connecting to the backend.
|
|
The default value of each is 30 seconds.
|