c607a82a99
Users are experiencing timeout issues in certain environments, mostly when volumes are too big (ie. multi-terabyte volumes), due to poor network performance or upgrade issues that revolve around the SolidFire cluster. A viable solution is to make driver timeout values configurable in cinder.conf, so users can set these timeouts according to their needs. This patch adds two timeout settings to the SolidFire driver (for cloning operation and globally to all api requests), to allow users to set the appropriate timeouts for their environment. Closes-Bug: #1898587 Change-Id: Ie330c76a5db0ea76d4fed5a6ae7b8736dadc8591
8 lines
280 B
YAML
8 lines
280 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1898587 <https://bugs.launchpad.net/cinder/+bug/1898587>`_:
|
|
Address cloning and api request timeout issues users may hit in
|
|
certain environments, by allowing configuring timeout values for
|
|
these operations through cinder configuration file.
|