ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume efficiency inactive-data-compression modify

    Modify volume inactive data compression configuration of a volume

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

    Description

    The volume efficiency inactive-data-compression modify command is used to modify the state of 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 the inactive data compression state should be modified.

    [-progress <text>] - Progress

    Progress of the scan.

    [-status <text>] - Status

    Operation on the scan succeeded or failed.

    [-failure-reason <text>] - Failure Reason

    If scan failed, the reason of the failure.

    [-total-blocks <integer>] - Total Blocks to be Processed

    Total number of blocks which must be processed by inactive data compression scanner.

    [-total-processed <integer>] - Total Blocks Processed

    Total number of blocks which are already processed by inactive data compression scanner.

    [-percentage <percent>] - Progress

    Scan progress in percentage.

    [-is-enabled {true|false}] - State of Inactive Data Compression on the Volume

    Enable or disable inactive data compression on the volume.

    [-threshold-days <integer>] - Inactive data compression scan threshold days value

    Threshold days value for inactive data compression scan.

    [-threshold-days-min <integer>] - Inactive data compression scan threshold minimum allowed value.

    Minimum allowed value in threshold days for inactive data compression scan.

    [-threshold-days-max <integer>] - Inactive data compression scan threshold maximum allowed value.

    Maximum allowed value in threshold days for inactive data compression scan.

    [-read-history-window-size <integer>] - Time window(in days) for which client reads data is collected for tuning.

    Client read history window.

    [-tuning-enabled {true|false}] - State of auto-tuning of Inactive data compression scan on volume.

    Auto-tuning state of inactive data compression scan.

    [-compression-algorithm {lzopro|zstd}] - Inactive data compression algorithm

    Inactive data compression algorithm.

    Examples

    The following example displays information for modifying the state of inactive data compression scan on volume "vol1":

    cluster:::> volume efficiency inactive-data-compression modify -vserver vs1 -volume vol1 -is-scan-enabled true
    Inactive data compression scan enabled on volume vol1 in Vserver vs1.
    Top of Page