aboutsummaryrefslogtreecommitdiffstats
path: root/man/man7/vdevprops.7
diff options
context:
space:
mode:
authorDon Brady <[email protected]>2024-07-23 17:34:09 -0600
committerGitHub <[email protected]>2024-07-23 16:34:09 -0700
commitfb6d8cf229c308ef63424bf81221966438327bb0 (patch)
treee308b1e0b6170dfd246645def92cbc855deabc4f /man/man7/vdevprops.7
parent6657f89ecad0d9a34c80cbc3e4868a1082e07532 (diff)
Add some missing vdev properties (#16346)
Sponsored-by: Klara, Inc. Sponsored-By: Wasabi Technology, Inc. Signed-off-by: Don Brady <[email protected]> Co-authored-by: Don Brady <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
Diffstat (limited to 'man/man7/vdevprops.7')
-rw-r--r--man/man7/vdevprops.710
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man7/vdevprops.7 b/man/man7/vdevprops.7
index 5ec37df17..34d4026b1 100644
--- a/man/man7/vdevprops.7
+++ b/man/man7/vdevprops.7
@@ -102,8 +102,14 @@ Parent of this vdev
Comma separated list of children of this vdev
.It Sy numchildren
The number of children belonging to this vdev
-.It Sy read_errors , write_errors , checksum_errors , initialize_errors
+.It Sy read_errors , write_errors , checksum_errors , initialize_errors , trim_errors
The number of errors of each type encountered by this vdev
+.It Sy slow_ios
+The number of slow I/Os encountered by this vdev,
+These represent I/O operations that didn't complete in
+.Sy zio_slow_io_ms
+milliseconds
+.Pq Sy 30000 No by default .
.It Sy null_ops , read_ops , write_ops , free_ops , claim_ops , trim_ops
The number of I/O operations of each type performed by this vdev
.It Xo
@@ -113,6 +119,8 @@ The number of I/O operations of each type performed by this vdev
The cumulative size of all operations of each type performed by this vdev
.It Sy removing
If this device is currently being removed from the pool
+.It Sy trim_support
+Indicates if a leaf device supports trim operations.
.El
.Pp
The following native properties can be used to change the behavior of a vdev.