ONTAP 9.13.1 commands

volume efficiency inactive-data-compression stop

Stop inactive data compression on a volume.

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The volume efficiency inactive-data-compression stop command is used to stop inactive data compression on a volume.

Parameters

-vserver <vserver name> - Vserver Name

This specifies the vserver of the volume.

-volume <volume name> - Volume Name

This specifies the volume on which inactive data compression should be stopped.

Examples

The following example displays information for stopping inactive data compression scan on volume "vol1":

cluster:::> volume efficiency inactive-data-compression stop -vserver vs1 -volume vol1
Inactive data compression scan stopped on volume vol1 in Vserver vs1.
Top of Page