Run an efficiency operation manually on existing data
You can run the efficiency operations manually on the data that exists in non-temperature sensitive storage efficiency volumes prior to enabling deduplication, data compression, or data compaction. You can run these operations with ONTAP versions earlier than ONTAP 9.8.
This operation is performed using the volume efficiency start
command with the -scan-old-data
parameter. The -compression
option does not work with -scan-old-data
on temperature sensitive storage efficiency volumes. Inactive data compression runs automatically on pre-existing data for temperature sensitive storage efficiency volumes in ONTAP 9.8 and later.
If you enable only deduplication on a volume, then deduplication runs on the data. If you enable deduplication, data compression, and data compaction on a volume, then data compression runs first, followed by deduplication and data compaction.
When you run data compression on existing data, by default the data compression operation skips the data blocks that are shared by deduplication and the data blocks that are locked by Snapshot copies. If you choose to run data compression on shared blocks, then optimization is turned off and the fingerprint information is captured and used for sharing again. You can change the default behavior of data compression when compressing existing data.
You can run a maximum of eight deduplication, data compression, or data compaction operations concurrently per node. The remaining operations are queued.
Post process compression does not run on AFF platforms. An EMS message is generated to inform you that this operation was skipped. |
-
Use the
volume efficiency start -scan-old-data
command to run deduplication, data compression, or data compaction manually on the existing data.The following command enables you to run these operations manually on the existing data in volume VolA:
volume efficiency start -vserver vs1 -volume VolA -scan-old-data true [-compression | -dedupe | -compaction ] true