ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • qos adaptive-policy-group delete

    Delete an adaptive policy group

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The qos adaptive-policy-group delete command deletes an adaptive policy group from a cluster. You cannot delete a policy group if a QoS workload associated with a storage object is assigned to it unless you use the -force parameter. Using the -force parameter will delete all the QoS workloads for storage objects associated with the specified adaptive policy groups .

    Only user created adaptive policy groups can be deleted. Default adaptive policy groups are read only and cannot be deleted.

    Parameters

    -policy-group <text> - Name

    Specifies the name of the adaptive policy group that you want to delete.

    [-force <true>] - Force Delete Workloads for the QoS adaptive policy group

    Specifies whether to delete an adaptive policy group along with any underlying workloads.

    Examples

    The following example deletes "p1" adaptive policy group:
    cluster1::> qos adaptive-policy-group delete p1

    Deletes the "p1" adaptive policy group along with any underlying QoS workloads.

    cluster1::> qos adaptive-policy-group delete p1 -force
    Top of Page