ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • qos settings cache modify

    Modify the cache policy

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

    Description

    The qos settings cache modify command modifies the existing default caching-policy. The list of caching policies can be obtained from the qos setting cache show -fields cache-setting command.

    Parameters

    -cache-setting <text> - Cache Policy Name

    Valid inputs to this parameter include any one of the listed caching-policies. This command is to be used together with the default parameter. If you use this parameter, the command modifies the specified caching-policy based on the default parameter.

    [-default {true|false}] - Is Default?

    Valid inputs to this parameter are true and false. Together with cache-setting, this parameter helps set or unset a caching-policy as default.

    Examples

    cluster1::> qos settings cache modify -default true -cache-setting random_read_write-random_write

    Sets caching-policy random_read_write-random_write as default.

    Top of Page