Disable data compression on a volume
-
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 disable data compression on a volume by using the volume efficiency modify
command. Learn more about volume efficiency modify
in the ONTAP command reference.
If you want to disable postprocess compression, you must first disable inline compression on the volume.
-
Stop any volume efficiency operation that is currently active on the volume:
volume efficiency stop
-
Disable data compression:
volume efficiency modify
Existing compressed data will remain compressed on the volume. Only new writes coming into the volume are not compressed.
The following command disables inline compression on volume VolA:
volume efficiency modify -vserver vs1 -volume VolA -inline-compression false
The following command disables both postprocess compression and inline compression on volume VolA:
volume efficiency modify -vserver vs1 -volume VolA -compression false -inline-compression false
Learn more about volume efficiency stop
in the ONTAP command reference.