summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man8/zpool-trim.88
-rw-r--r--man/man8/zpool-wait.86
2 files changed, 9 insertions, 5 deletions
diff --git a/man/man8/zpool-trim.8 b/man/man8/zpool-trim.8
index 4df3e9984..1a887bba5 100644
--- a/man/man8/zpool-trim.8
+++ b/man/man8/zpool-trim.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-TRIM 8
.Os Linux
.Sh NAME
@@ -36,7 +36,7 @@
.Sh SYNOPSIS
.Nm
.Cm trim
-.Op Fl d
+.Op Fl dw
.Op Fl r Ar rate
.Op Fl c | Fl s
.Ar pool
@@ -46,7 +46,7 @@
.It Xo
.Nm
.Cm trim
-.Op Fl d
+.Op Fl dw
.Op Fl c | Fl s
.Ar pool
.Op Ar device Ns ...
@@ -84,6 +84,8 @@ trimmed, the command will fail and no suspension will occur on any device.
Trimming can then be resumed by running
.Nm zpool Cm trim
with no flags on the relevant target devices.
+.It Fl w -wait
+Wait until the devices are done being trimmed before returning.
.El
.El
.Sh SEE ALSO
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