5082cb3e07
Added connect and read timeout into rest API call of PowerMax to avoid cinder hang issue. Deafult value of connect and read timeout is 30 seconds. Closes-Bug: #2051830 Change-Id: I2d419b4257bae75c69577a34758910c4889e2507
12 lines
444 B
YAML
12 lines
444 B
YAML
---
|
|
fixes:
|
|
- |
|
|
PowerMax Driver `bug #2051830
|
|
<https://bugs.launchpad.net/cinder/+bug/2051830>`_: REST
|
|
API calls to the PowerMax 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.
|