Block Storage v1, v2
Associate a QoS specification to a volume type
os 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
os volume qos create
[--consumer <consumer>]
[--property <key=value> [...] ]
<name>
Consumer of the QoS. Valid consumers: ‘front-end’, ‘back-end’, ‘both’ (defaults to ‘both’)
Set a property on this QoS specification (repeat option to set multiple properties)
New QoS specification name
Delete QoS specification
os 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
os 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)
Set QoS specification properties
os volume qos set
[--property <key=value> [...] ]
<qos-spec>
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
os volume qos show
<qos-spec>
QoS specification to display (name or ID)