Block Storage v1, v2, v3
Associate a QoS specification to a volume type
openstack volume qos associate <qos-spec> <volume-type>
QoS specification to modify (name or ID)
Volume type to associate the QoS (name or ID)
Create new QoS specification
openstack volume qos create
[--consumer <consumer>]
[--property <key=value>]
<name>
Consumer of the QoS. Valid consumers: back-end, both, front-end (defaults to ‘both’)
Set a QoS specification property (repeat option to set multiple properties)
New QoS specification name
Delete QoS specification
openstack volume qos delete [--force] <qos-spec> [<qos-spec> ...]
Allow to delete in-use QoS specification(s)
QoS specification(s) to delete (name or ID)
Disassociate a QoS specification from a volume type
openstack volume qos disassociate
[--volume-type <volume-type> | --all]
<qos-spec>
Volume type to disassociate the QoS from (name or ID)
Disassociate the QoS from every volume type
QoS specification to modify (name or ID)
List QoS specifications
openstack volume qos list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Set QoS specification properties
openstack volume qos set
[--no-property]
[--property <key=value>]
<qos-spec>
Remove all properties from <qos-spec> (specify both –no-property and –property to remove the current properties before setting new properties)
Property to add or modify for this QoS specification (repeat option to set multiple properties)
QoS specification to modify (name or ID)
Display QoS specification details
openstack volume qos show <qos-spec>
QoS specification to display (name or ID)
Unset QoS specification properties
openstack volume qos unset [--property <key>] <qos-spec>
Property to remove from the QoS specification. (repeat option to unset multiple properties)
QoS specification to modify (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.