Skip to main content

Modify a volume efficiency policy

Contributors netapp-dbagwell netapp-aaron-holt netapp-aherbin

You can modify a volume efficiency policy to run deduplication and data compression for a different duration or change the job schedule using the volume efficiency policy modify command. Learn more about volume efficiency policy modify in the ONTAP command reference.

Steps
  1. Use the volume efficiency policy modify command to modify a volume efficiency policy.

Examples

The following command modifies the volume efficiency policy named policy1 to run every hour:

volume efficiency policy modify -vserver vs1 -policy policy1 -schedule hourly

The following command modifies a volume efficiency policy named pol2 to threshold 30%:

volume efficiency policy modify -vserver vs1 -policy pol1 -type threshold -start-threshold-percent 30%