ZPOOL-WAIT(8) | System Manager's Manual | ZPOOL-WAIT(8) |
zpool-wait
— wait
for activity to stop in a ZFS storage pool
zpool |
wait [-Hp ]
[-T u|d]
[-t
activity[,activity]…]
pool [interval] |
Waits until all background activity of the given types has ceased in the given pool. The activity could cease because it has completed, or because it has been paused or canceled by a user, or because the pool has been exported or destroyed. If no activities are specified, the command waits until background activity of every type listed below has ceased. If there is no activity of the given types in progress, the command returns immediately.
These are the possible values for activity, along with what each one waits for:
If an interval is provided, the amount of work remaining, in bytes, for each activity is printed every interval seconds.
-H
-p
-T
u|dzpool-checkpoint(8), zpool-initialize(8), zpool-remove(8), zpool-replace(8), zpool-resilver(8), zpool-scrub(8), zpool-status(8), zpool-trim(8)
May 27, 2021 | OpenZFS |