Verify free space for deduplicated volumes before reverting ONTAP
-
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...
Before you revert an ONTAP cluster from any version of ONTAP 9, you must ensure that the volumes contain sufficient free space for the revert operation.
The volume must have enough space to accommodate the savings that were achieved through the inline detection of blocks of zeros. See the Knowledge Base article How to see space savings from deduplication, compression, and compaction in ONTAP 9.
If you have enabled both deduplication and data compression on a volume that you want to revert, then you must revert data compression before reverting deduplication.
-
View the progress of the efficiency operations that are running on the volumes:
volume efficiency show -fields vserver,volume,progress
Cli -
Stop all active and queued deduplication operations:
volume efficiency stop -vserver <svm_name> -volume <volume_name> -all
Cli -
Set the privilege level to advanced:
set -privilege advanced
Cli -
Downgrade the efficiency metadata of a volume to the target version of ONTAP:
volume efficiency revert-to -vserver <svm_name> -volume <volume_name> -version <version>
CliThe following example reverts the efficiency metadata on volume VolA to ONTAP 9.x.
volume efficiency revert-to -vserver vs1 -volume VolA -version 9.x
The volume efficiency revert-to command reverts volumes that are present on the node on which this command is executed. This command does not revert volumes across nodes. -
Monitor the progress of the downgrade:
volume efficiency show -vserver <svm_name> -op-status Downgrading
Cli -
If the revert does not succeed, display the instance to see why the revert failed.
volume efficiency show -vserver <svm_name> -volume <volume_name> - instance
Cli -
After the revert operation is complete, return to the admin privilege level:
set -privilege admin
Cli
Learn more about Logical storage management.