This command modifies a QoS policy.
Usage
qospolicy modify --id ID [--mode STATIC|USED_CAPACITY|PROVISIONED_CAPACITY] [--limit-by BW_IOPS|BW|IOPS] [--static-limits STATIC_LIMITS] [--capacity-limits CAPACITY_LIMITS] [--tenant-id ID] [--is-default]
Required Parameters
| Specifies which QoS policy to modify. |
Options
| Sets the mode of provisioning quality of service per view:
For a detailed explanation of QoS limits and provisioning modes, see QoS Overview. |
| Sets performance characteristic(s) by which to limit service:
|
| Enables and sets QoS limits per view.
Specify
For example:
|
| Enables and sets QoS limits per unit of used or provisioned logical capacity, depending on the provisioning mode (see also Specify
For example:
|
| For user QoS policies, specifies the ID of the tenant whose users can be assigned this QoS policy.
|
| When specified, the policy is used as the default user QoS policy for the tenant specified in
|
Example
vcli: admin> qospolicy modify --id 3 --mode STATIC --limit-by BW_IOPS --static-limits max_reads_bw_mbps=1024,max_reads_iops=1024,max_writes_iops=2048