Enable inline data compaction for FAS systems
-
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 enable inline data compaction on FAS systems with Flash Pool (hybrid) aggregates or HDD aggregates at the volume level by using the volume efficiency
cluster shell command. Data compaction is disabled by default for volumes created on FAS systems.
To enable inline data compaction on a volume, its -space-guarantee
option must be set to none
. Enabling data compaction on a volume on an HDD aggregate uses additional CPU resources.
-
Change to the advanced privilege level:
set -privilege advanced
Cli -
Check the data compaction state of the volumes and aggregates for the desired node:
volume efficiency show -volume <volume_name>
Cli -
Enable data compaction on volume:
volume efficiency modify -volume <volume_name> -data-compaction true
CliIf data compaction is set to
false
for either an aggregate or a volume, then compaction fails. Enabling compaction does not compact existing data; only new writes to the system are compacted. Thevolume efficiency start
command contains more information about how to compact existing data. For more information, see the ONTAP command reference. -
View the compaction statistics:
volume efficiency show -volume <volume_name>
Cli