Merge "Add info on key-value of volume QoS spec"
This commit is contained in:
commit
dd097d41f5
@ -3,5 +3,17 @@
|
|||||||
|
|
||||||
{% block modal-body-right %}
|
{% block modal-body-right %}
|
||||||
<h3>{% trans "Description:" %}</h3>
|
<h3>{% trans "Description:" %}</h3>
|
||||||
<p>{% blocktrans with key=qos_spec_name %}Create a new "spec" key-value pair for QoS Spec "{{ qos_spec_name }}"{% endblocktrans %}</p>
|
<p>{% blocktrans with key=qos_spec_name %}Create a new "spec" key-value pair for QoS Spec "{{ qos_spec_name }}".
|
||||||
|
Valid key names are expected in the QoS specs. The acceptable values for key are
|
||||||
|
<tt>"minIOPS", "maxIOPS" and "burstIOPS"</tt>.
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Example:
|
||||||
|
<br>
|
||||||
|
Key: minIOPS and Value:20 (number value less than maxIOPS)
|
||||||
|
<br>
|
||||||
|
Key: maxIOPS and Value:5000 (number value bigger than minIOPS)
|
||||||
|
<br>
|
||||||
|
Key: burstIOPS and Value:5000 (number value bigger than minIOPS)
|
||||||
|
{% endblocktrans %}</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user