| Index | Top - Up | Data ONTAP 8.2 |
Create a policy group
Availability: This command is available to cluster administrators at the admin privilege level.
After you create a policy group, you use the storage object create command or the storage object modify command to apply the policy group to a storage object.
-policy-group <text> - Policy Group Name
-vserver <vserver name> - Vserver
[-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 create p1 -vserver vs1
Creates the "p1" policy group which belongs to Vserver "vs1" with default policy values.
cluster1::> qos policy-group create p2 -vserver vs1 -max-throughput 500MB/S
Creates the "p2" policy group which belongs to Vserver "vs1" with the maximum throughput set to 500 MB/S.
| Index | Top - Up | Data ONTAP 8.2 |