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}
| Parameter | Description |
|---|---|
--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. |
none | No data verification. |
log | Verifies data and records any detected issues in the log. |
crash | Verifies data and immediately exits when an issue is detected. |
Output note
If the command succeeds, no output is displayed.