volume efficiency inactive-data-compression modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
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 (privilege: advanced)-
This specifies the Vserver of the volume.
-volume <volume name>
- Volume Name (privilege: advanced)-
This specifies the volume on which the inactive data compression state should be modified.
[-progress <text>]
- Progress (privilege: advanced)-
Progress of the scan.
[-status <text>]
- Status (privilege: advanced)-
Operation on the scan succeeded or failed.
[-failure-reason <text>]
- Failure Reason (privilege: advanced)-
If scan failed, the reason of the failure.
[-total-blocks <integer>]
- Total Blocks to be Processed (privilege: advanced)-
Total number of blocks which must be processed by inactive data compression scanner.
[-total-processed <integer>]
- Total Blocks Processed (privilege: advanced)-
Total number of blocks which are already processed by inactive data compression scanner.
[-percentage <percent>]
- Progress (privilege: advanced)-
Scan progress in percentage.
[-is-enabled {true|false}]
- State of Inactive Data Compression on the Volume (privilege: advanced)-
Enable or disable inactive data compression on the volume.
[-threshold-days <integer>]
- Inactive data compression scan threshold days value (privilege: advanced)-
Threshold days value for inactive data compression scan.
[-threshold-days-min <integer>]
- Inactive data compression scan threshold minimum allowed value. (privilege: advanced)-
Minimum allowed value in threshold days for inactive data compression scan.
[-threshold-days-max <integer>]
- Inactive data compression scan threshold maximum allowed value. (privilege: advanced)-
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. (privilege: advanced)-
Client read history window.
[-tuning-enabled {true|false}]
- State of auto-tuning of Inactive data compression scan on volume. (privilege: advanced)-
Auto-tuning state of inactive data compression scan.
[-compression-algorithm {lzopro|zstd}]
- Inactive data compression algorithm (privilege: advanced)-
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.