diff options
author | Brian Behlendorf <[email protected]> | 2020-03-04 15:07:11 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-04 15:07:11 -0800 |
commit | 2288d4196821ae4b5fa375e8e519f6e83f26abad (patch) | |
tree | 49c49baf2112da27d14ea2f90e09a333d1ab99da /man/man8/zpool-wait.8 | |
parent | b3212d2fa6ab8d7d8373373e8a6b8acbbf45508e (diff) |
Add trim support to zpool wait
Manual trims fall into the category of long-running pool activities
which people might want to wait synchronously for. This change adds
support to 'zpool wait' for waiting for manual trim operations to
complete. It also adds a '-w' flag to 'zpool trim' which can be used to
turn 'zpool trim' into a synchronous operation.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Serapheim Dimitropoulos <[email protected]>
Signed-off-by: John Gallagher <[email protected]>
Closes #10071
Diffstat (limited to 'man/man8/zpool-wait.8')
-rw-r--r-- | man/man8/zpool-wait.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man8/zpool-wait.8 b/man/man8/zpool-wait.8 index 51a27a5a2..f035e3e7f 100644 --- a/man/man8/zpool-wait.8 +++ b/man/man8/zpool-wait.8 @@ -27,7 +27,7 @@ .\" Copyright 2017 Nexenta Systems, Inc. .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. .\" -.Dd August 9, 2019 +.Dd February 25, 2020 .Dt ZPOOL-WAIT 8 .Os Linux .Sh NAME @@ -73,6 +73,7 @@ along with what each one waits for: remove Device removal to cease resilver Resilver to cease scrub Scrub to cease + trim Manual trim to cease .Ed .Pp If an @@ -109,4 +110,5 @@ See .Xr zpool-replace 8 , .Xr zpool-remove 8 , .Xr zpool-resilver 8 , -.Xr zpool-scrub 8 +.Xr zpool-scrub 8 , +.Xr zpool-trim 8 |