pool_scrub_start
Initiate a non-destructive integrity check (scrub) on a ZFS pool to detect and repair data inconsistencies. Progress is tracked via a separate status call.
Instructions
[WRITE] Start a scrub (integrity check) on a pool. Non-destructive.
No undo descriptor (a scrub has no clean inverse beyond cancellation). Poll progress with scrub_status; do not re-issue.
Args: pool_name: ZFS pool name (e.g. 'tank'). target: TrueNAS target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| pool_name | Yes |