| Index | Top - Up | Data ONTAP 8.2 |
Modify a policy group
Availability: This command is available to cluster administrators at the admin privilege level.
-policy-group <text> - Policy Group Name
[-max-throughput <qos_tput>] - Maximum Throughput
The values entered here are case-insensitive, and the units are base ten. There should be no space between the number and the units. The default value for max-throughput is infinity, which can be specified by the special value "INF". Note there is no default unit - all numbers except zero require explicit specification of the units.
Two reserved keywords, "none" and "INF", are available for the situation that requires removal of a value, and the situation that needs to specify the maximum available value.
Examples of valid throughput specifications are: "100B/s", "10KB/s", "1gb/s", "500MB/s", "1tb/s", and "100iops".
cluster1::> qos policy-group modify p1 -max-throughput 10IOPS
Modifies the "p1" policy group and sets its max throughput value to 10 IOPS.
| Index | Top - Up | Data ONTAP 8.2 |