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

View File

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