ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume efficiency off

    Disables efficiency on a volume

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

    Description

    The volume efficiency off command disables efficiency on a volume.

    Parameters

    -vserver <vserver name> - Vserver Name

    Specifies the Vserver on which the volume is located.

    { -volume <volume name> - Volume Name

    Specifies the name of the volume on which efficiency needs to be disabled.

    | -path </vol/volume> - Volume Path }

    Specifies the volume path on which efficiency needs to be disabled.

    Examples

    The following examples disable efficiency on a volume:

    cluster1::> volume efficiency off -vserver vs1 -volume vol1
    cluster1::> volume efficiency off -vserver vs1 -path /vol/vol1
    Top of Page