cinder/releasenotes/notes/pure-default-replica-interval-07de0a56f61c7c1e.yaml
Patrick East f82d2bf6f1 Change pure drivers default replication interval
With newer versions of Purity the previous default
value would not be allowed, the minimum is 60 minutes
(3600 seconds).

While this does change a default config value, it
goes from a non-working-crash-the-driver-at-startup
value to a working one.

Along with this I'm bumping the driver version
numbers and fixing typo in the docs about the purity
version (this bug was found with REST API 1.5).

Change-Id: I21148f0d56cb7ce376107253aa67fc808fa40f9f
Closes-Bug: #1709720
2017-08-14 10:57:36 -07:00

10 lines
357 B
YAML

---
upgrade:
- The default value for pure_replica_interval_default
used by Pure Storage volume drivers has changed from
900 to 3600 seconds.
fixes:
- Fixes an issue where starting the Pure volume drivers
with replication enabled and default values for
pure_replica_interval_default would cause an error to
be raised from the backend.