Before reverting from any version of ONTAP 9, you must ensure that the volumes contain sufficient free space for the revert operation.
Before you begin
The volume must have enough space to accommodate the savings that were achieved through the inline detection of blocks of zeros. For information about the space required, contact technical support.
About this task
Reverting from ONTAP 9 on a system that has deduplication enabled includes running advanced mode commands. You must contact technical support for assistance.
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.
- Use the volume efficiency show command with the -fields option to view the progress of the efficiency operations that are running on the volumes.
Example
The following command displays the progress of efficiency operations:
volume efficiency show -fields vserver,volume,progress - Use the volume efficiency stop command with the -all option to stop all active and queued deduplication operations.
Example
The following command stops all active and queued deduplication operations on volume VolA:
volume efficiency stop -vserver vs1 -volume VolA -all - Use the set -privilege advanced command to log in at the advanced privilege level.
- Use the volume efficiency revert-to command with the -version option to downgrade the efficiency metadata of a volume to a specific version of ONTAP.
Example
The following command reverts the efficiency metadata on volume VolA to ONTAP 9.x:
volume efficiency revert-to -vserver vs1 -volume VolA -version 9.xThe 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.
- Use the volume efficiency show command with the -op-status option to monitor the progress of the downgrade.
Example
The following command monitors and displays the status of the downgrade:
volume efficiency show -vserver vs1 -op-status Downgrading - If the revert does not succeed, use the volume efficiency show command with the -instance option to see why the revert failed.
Example
The following command displays detailed information about all fields:
volume efficiency show -vserver vs1 -volume vol1 - instance - After the revert operation is complete, return to the admin privilege level: set -privilege admin