Correct Pure Storage configuration documentation

The Automatic thin-provisioning/oversubscription ratio section
incorrectly defines the default value.

Rewrite section to be correct.

Change-Id: I3e84e54eb5cd9eb81604740732ea2d717a7e25e9
Closes-Bug: 1779911
This commit is contained in:
Simon Dodsley 2018-07-03 13:37:56 -04:00
parent 4bc1e5f6a3
commit 52deeff8d2

@ -267,17 +267,17 @@ Option Description Default
Automatic thin-provisioning/oversubscription ratio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To enable this feature where we calculate the array oversubscription ratio as
(total provisioned/actual used), add the following option in the
``cinder.conf`` file:
This feature allows the driver to calculate the array oversubscription ratio as
(total provisioned/actual used). By default this feature is enabled.
To disable this feature and honor the hard-coded configuration option
``max_over_subscription_ratio`` add the following option in the ``cinder.conf``
file:
.. code-block:: ini
[puredriver-1]
pure_automatic_max_oversubscription_ratio = True
By default, this is disabled and we honor the hard-coded configuration option
``max_over_subscription_ratio``.
pure_automatic_max_oversubscription_ratio = False
.. note::