pool.scan¶
Progress of pool resilver/scrub.
Type: object
No Additional Properties
PoolScanChangedEvent
Type: objectNo Additional Properties
Name
Type: stringPool name.
PoolScan
Type: objectScan information.
No Additional PropertiesFunction
Type: enum (of string)Type of ZFS pool scan.
Must be one of:
- "RESILVER"
- "SCRUB"
State
Type: enum (of string)Current lifecycle state of the scan.
Must be one of:
- "SCANNING"
- "FINISHED"
- "CANCELED"
Start Time
Type: stringFormat: date-timeScan start time.
End Time
Scan end time (null while the scan is still running).
Type: stringFormat: date-time
Type: null
Percentage
Type: numberScan progress (between 0 and 100%).
Bytes To Process
Type: integerTotal bytes located by scanner.
Bytes Processed
Type: integerTotal bytes to scan.
Bytes Issued
Type: integerIssued bytes per scan pass.
Pause
Pause time of a scrub pass (null if the scan is not paused).
Type: stringFormat: date-time
Type: null
Errors
Type: integerNumber of scan errors.
Total Secs Left
Number of seconds left (null if the scan is not running).
Type: integer
Type: null
Required roles: POOL_SCRUB_READ