python-openstackclient/doc/source/command-objects/volume-qos.rst
zhiyong.dai 6da1f97acd 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
2016-12-07 18:33:34 +08:00

3.1 KiB

volume qos

Block Storage v1, v2

volume qos associate

Associate a QoS specification to a volume type

volume qos associate

os volume qos associate
    <qos-spec>
    <volume-type>




QoS specification to modify (name or ID)

<volume-type>

Volume type to associate the QoS (name or ID)

volume qos create

Create new QoS Specification

volume qos create

os volume qos create
    [--consumer <consumer>]
    [--property <key=value> [...] ]
    <name>

--consumer <consumer>

Consumer of the QoS. Valid consumers: 'front-end', 'back-end', 'both' (defaults to 'both')

--property <key=value>

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

New QoS specification name

volume qos delete

Delete QoS specification

volume qos delete

os volume qos delete
     [--force]
     <qos-spec> [<qos-spec> ...]

--force

Allow to delete in-use QoS specification(s)

QoS specification(s) to delete (name or ID)

volume qos disassociate

Disassociate a QoS specification from a volume type

volume qos disassociate

os volume qos disassociate
    --volume-type <volume-type> | --all
    <qos-spec>

--volume-type <volume-type>

Volume type to disassociate the QoS from (name or ID)

--all

Disassociate the QoS from every volume type

QoS specification to modify (name or ID)

volume qos list

List QoS specifications

volume qos list

os volume qos list

volume qos set

Set QoS specification properties

volume qos set

os volume qos set
    [--property <key=value> [...] ]
    <qos-spec>

--property <key=value>

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

QoS specification to modify (name or ID)

volume qos show

Display QoS specification details

volume qos show

os volume qos show
    <qos-spec>




QoS specification to display (name or ID)

volume qos unset

Unset QoS specification properties

volume qos unset

os volume qos unset
    [--property <key> [...] ]
    <qos-spec>

--property <key>

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

QoS specification to modify (name or ID)