@@ -43,7 +43,8 @@ section, below.
4343.Ss Native Properties
4444Every vdev has a set of properties that export statistics about the vdev
4545as 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
4849The 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
114115If 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
121132A text comment up to 8192 characters long
122133.It Sy bootsize
0 commit comments