Merge "Fix wording for Cinder Volume QoS Create Extra Specs"

This commit is contained in:
Zuul 2018-12-03 14:41:41 +00:00 committed by Gerrit Code Review
commit 0c6989ad46
1 changed files with 14 additions and 6 deletions

View File

@ -5,16 +5,24 @@
<h3>{% trans "Description:" %}</h3>
<p>{% blocktrans trimmed %}
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>.
Valid key names are expected in the QoS specs. Refer to Cinder documentation
for the supported front-end and back-end keys.
{% endblocktrans %}
</p>
<p>
{% trans "Example:" %}
{% trans "Front-End Example:" %}
<ul>
<li>{% trans "Key: minIOPS and Value:20 (number value less than maxIOPS)" %}</li>
<li>{% trans "Key: maxIOPS and Value:5000 (number value bigger than minIOPS)" %}</li>
<li>{% trans "Key: burstIOPS and Value:5000 (number value bigger than minIOPS)" %}</li>
<li>{% trans "Key: total_iops_sec and Value: 5000" %}</li>
<li>{% trans "Key: total_bytes_sec_max and Value: 512000" %}</li>
<li>{% trans "Key: size_iops_sec and Value: 16" %}</li>
</ul>
</p>
<p>
{% trans "Back-End Example:" %}
<ul>
<li>{% trans "Key: minIOPS and Value: 20 (number value less than maxIOPS)" %}</li>
<li>{% trans "Key: maxIOPS and Value: 5000 (number value bigger than minIOPS)" %}</li>
<li>{% trans "Key: burstIOPS and Value: 5000 (number value bigger than minIOPS)" %}</li>
</ul>
</p>
{% endblock %}