API Doc
Search Docs...
⌘ K
OverviewDeploymentManagementOperationReferenceGlossary

Configuring the data verification mode for a chunk

Procedure

Run the following command on a cluster node to set the data verification mode for all or specific physical disk pools' chunks on this node:

zbs-chunk [--ins_id <id>] verify {none|log|crash}

ParameterDescription
--ins_id <id>Optional. The physical disk pool ID. Specifies the physical disk pool to be configured. By default, the setting applies to all chunks across all physical disk pools on the current node.
noneNo data verification.
logVerifies data and records any detected issues in the log.
crashVerifies data and immediately exits when an issue is detected.

Output note

If the command succeeds, no output is displayed.