Skip to content

Commit 6da1f97

Browse files
author
zhiyong.dai
committed
Trivial: update volume-qos.rst
Before the ".. describe",some codes are left out. I add them in this patch. In addition, I change "[--property <key> ] to [--property <key> [...] ] Change-Id: I37ae0ba53e2a2d43a4806b318c7776ff2260fd1d
1 parent e05c8d7 commit 6da1f97

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

doc/source/command-objects/volume-qos.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Associate a QoS specification to a volume type
1616
<qos-spec>
1717
<volume-type>
1818
19+
.. _volume_qos_associate:
1920
.. describe:: <qos-spec>
2021

2122
QoS specification to modify (name or ID)
@@ -45,6 +46,7 @@ Create new QoS Specification
4546

4647
Set a property on this QoS specification (repeat option to set multiple properties)
4748

49+
.. _volume_qos_create-name:
4850
.. describe:: <name>
4951

5052
New QoS specification name
@@ -65,6 +67,7 @@ Delete QoS specification
6567

6668
Allow to delete in-use QoS specification(s)
6769

70+
.. _volume_qos_delete-qos-spec:
6871
.. describe:: <qos-spec>
6972

7073
QoS specification(s) to delete (name or ID)
@@ -89,6 +92,7 @@ Disassociate a QoS specification from a volume type
8992

9093
Disassociate the QoS from every volume type
9194

95+
.. _volume_qos_disassociate-qos-spec:
9296
.. describe:: <qos-spec>
9397

9498
QoS specification to modify (name or ID)
@@ -119,6 +123,7 @@ Set QoS specification properties
119123

120124
Property to add or modify for this QoS specification (repeat option to set multiple properties)
121125

126+
.. _volume_qos_set-qos-spec:
122127
.. describe:: <qos-spec>
123128

124129
QoS specification to modify (name or ID)
@@ -134,6 +139,7 @@ Display QoS specification details
134139
os volume qos show
135140
<qos-spec>
136141
142+
.. _volume_qos_show-qos-spec:
137143
.. describe:: <qos-spec>
138144

139145
QoS specification to display (name or ID)
@@ -147,13 +153,14 @@ Unset QoS specification properties
147153
.. code:: bash
148154
149155
os volume qos unset
150-
[--property <key>]
156+
[--property <key> [...] ]
151157
<qos-spec>
152158
153159
.. option:: --property <key>
154160

155161
Property to remove from QoS specification (repeat option to remove multiple properties)
156162

163+
.. _volume_qos_unset-qos-spec:
157164
.. describe:: <qos-spec>
158165

159166
QoS specification to modify (name or ID)

0 commit comments

Comments
 (0)