Skip to content

Commit 8cdce7b

Browse files
author
Rob Wing
committed
vdevprops.7: document checksum_n, checksum_t, io_n and io_t
Sponsored-by: Seagate Technology LLC Submitted-by: Klara, Inc. Signed-off-by: Rob Wing <rob.wing@klarasystems.com>
1 parent db0eeb0 commit 8cdce7b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

man/man7/vdevprops.7

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ section, below.
4343
.Ss Native Properties
4444
Every vdev has a set of properties that export statistics about the vdev
4545
as well as control various behaviors.
46-
Properties are NOT inherited from top-level vdevs.
46+
Properties are not inherited from top-level vdevs, with the exception of
47+
checksum_n, checksum_t, io_n, and io_t.
4748
.Pp
4849
The values of numeric properties can be specified using human-readable suffixes
4950
.Po for example,
@@ -114,9 +115,19 @@ The cumulative size of all operations of each type performed by this vdev
114115
If this device is currently being removed from the pool
115116
.El
116117
.Pp
117-
The following native properties can be used to change the behavior of a ZFS
118-
dataset.
118+
The following native properties can be used to change the behavior of a vdev.
119119
.Bl -tag -width "allocating"
120+
.It Sy checksum_n , checksum_t , io_n , io_t
121+
Tune the fault management daemon by specifying checksum/io thresholds of <N>
122+
errors in <T> seconds, respectively.
123+
These properties can be set on leaf and top-level vdevs.
124+
When the property is set on the leaf and top-level vdev, the value of the leaf
125+
vdev will be used.
126+
If the property is only set on the top-level vdev, this value will be used.
127+
The value of these properties do not persist across vdev replacement.
128+
For this reason, it is advisable to set the property on the top-level vdev -
129+
not on the leaf vdev itself.
130+
The default values are 10 errors in 600 seconds.
120131
.It Sy comment
121132
A text comment up to 8192 characters long
122133
.It Sy bootsize

0 commit comments

Comments
 (0)