Stop volume efficiency operations
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can stop a deduplication or postprocess compression operation.
This operation uses the command volume efficiency stop
. This command automatically generates a checkpoint.
-
Use the
volume efficiency stop
command to stop an active deduplication or postprocess compression operation.If you specify the
-all
option, active and queued efficiency operations are aborted.
The following command stops the deduplication or postprocess compression operation that is currently active on volume VolA:
volume efficiency stop -vserver vs1 -volume VolA
The following command aborts both active and queued deduplication or postprocess compression operations on volume VolA:
volume efficiency stop -vserver vs1 -volume VolA -all true
Learn more about volume efficiency stop
in the ONTAP command reference.