Manage inline data compaction for AFF 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 control inline data compaction on AFF systems at the volume level using the volume efficiency modify
command. Data compaction is enabled by default for all volumes on AFF systems.
Data compaction requires that the volume space guarantee be set to none
. This is the default for AFF systems.
|
The default space guarantee on non-AFF data protection volumes is set to none. |
-
To verify the space guarantee setting for the volume:
volume show -vserver vserver_name -volume volume_name –fields space-guarantee
-
To enable data compaction:
volume efficiency modify -vserver vserver_name -volume volume_name -data-compaction true
-
To disable data compaction:
volume efficiency modify -vserver vserver_name -volume volume_name -data-compaction false
-
To display data compaction status:
volume efficiency show -instance
cluster1::> volume efficiency modify -vserver vs1 -volume vol1 -data-compaction true
cluster1::> volume efficiency modify -vserver vs1 -volume vol1 -data-compaction false