Document over subscription for HP 3PAR drivers
Add the optional parameters for enabling over subscription in the 3PAR drivers. Change-Id: I3b3258643d2c9515d3e73d7b611954e8c867d2b6 Closes-Bug: 1485573
This commit is contained in:
parent
878d9fd832
commit
62d9d1ea3e
@ -425,7 +425,15 @@ hp3par_snap_cpg=OpenStackSNAP_CPG
|
|||||||
hp3par_snapshot_retention=48
|
hp3par_snapshot_retention=48
|
||||||
|
|
||||||
# Time in hours when a snapshot expires and is deleted. This must be larger than retention.
|
# Time in hours when a snapshot expires and is deleted. This must be larger than retention.
|
||||||
hp3par_snapshot_expiration=72</programlisting>
|
hp3par_snapshot_expiration=72
|
||||||
|
|
||||||
|
# The ratio of oversubscription when thin provisioned volumes are involved.
|
||||||
|
# Default ratio is 20.0, this means that a provisioned capacity can be 20 times of the total
|
||||||
|
# physical capacity.
|
||||||
|
max_over_subscription_ratio=20.0
|
||||||
|
|
||||||
|
# This flag represents the percentage of reserved back-end capacity.
|
||||||
|
reserved_percentage=15</programlisting>
|
||||||
<note>
|
<note>
|
||||||
<para>You can enable only one driver on each
|
<para>You can enable only one driver on each
|
||||||
cinder instance unless you enable multiple
|
cinder instance unless you enable multiple
|
||||||
|
Loading…
Reference in New Issue
Block a user