4.5. Editing an existing QoS specification
You can configure an existing QoS specification to add other performance limits or to change the limits of the existing properties.
Prerequisites
- You must be a project administrator to edit QoS specifications.
Procedure
Access the remote shell for the
openstackclientpod from your workstation:$ oc rsh -n openstack openstackclientConfigure the QoS specification to add other performance limits or to change the limits of the existing properties:
$ openstack volume qos set --property <key>=<value> <qos_spec_name>You can add one or more
--property <key>=<value>arguments. This command does not provide any confirmation that the changes to the properties were successful. You can run the following command to review any changes made to any QoS specification:$ openstack volume qos listThis command provides a table of the configuration details of all the configured QoS specifications, the
Propertiescolumn displays all the configured properties of each QoS specification.Exit the
openstackclientpod:$ exit