ZPOOL-SCRUB(8) | System Manager's Manual | ZPOOL-SCRUB(8) |
zpool-scrub
—
Begin a scrub or resume a paused scrub of a ZFS storage
pool
zpool |
scrub [-s |
-p ] [-w ]
pool... |
zpool
scrub
[-s
| -p
]
[-w
] pool...zpool
status
command reports the progress of the scrub
and summarizes the results of the scrub upon completion.
Scrubbing and resilvering are very similar operations. The difference is that resilvering only examines data that ZFS knows to be out of date (for example, when attaching a new device to a mirror or replacing an existing device), whereas scrubbing examines all data to discover silent errors due to hardware faults or disk failure.
Because scrubbing and resilvering are I/O-intensive
operations, ZFS only allows one at a time. If a scrub is paused, the
zpool
scrub
resumes it.
If a resilver is in progress, ZFS does not allow a scrub to be started
until the resilver completes.
Note that, due to changes in pool data on a live system, it is possible for scrubs to progress slightly beyond 100% completion. During this period, no completion time estimate will be provided.
-s
-p
zpool
scrub
again.-w
August 9, 2019 | Linux |