vdev props comment and manpage should include zfsd and FreeBSD mentions
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Allan Jude <allan@klarasystems.com> Signed-off-by: Alek Pinchuk <apinchuk@axcient.com> Closes #15968
This commit is contained in:
parent
c1c26a77ff
commit
74101f7e2a
|
@ -454,7 +454,7 @@ struct vdev {
|
||||||
zfs_ratelimit_t vdev_checksum_rl;
|
zfs_ratelimit_t vdev_checksum_rl;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Vdev properties for tuning ZED
|
* Vdev properties for tuning ZED or zfsd
|
||||||
*/
|
*/
|
||||||
uint64_t vdev_checksum_n;
|
uint64_t vdev_checksum_n;
|
||||||
uint64_t vdev_checksum_t;
|
uint64_t vdev_checksum_t;
|
||||||
|
|
|
@ -127,7 +127,13 @@ If the property is only set on the top-level vdev, this value will be used.
|
||||||
The value of these properties do not persist across vdev replacement.
|
The value of these properties do not persist across vdev replacement.
|
||||||
For this reason, it is advisable to set the property on the top-level vdev -
|
For this reason, it is advisable to set the property on the top-level vdev -
|
||||||
not on the leaf vdev itself.
|
not on the leaf vdev itself.
|
||||||
The default values are 10 errors in 600 seconds.
|
The default values for
|
||||||
|
.Sy OpenZFS on Linux
|
||||||
|
are 10 errors in 600 seconds.
|
||||||
|
For
|
||||||
|
.Sy OpenZFS on FreeBSD
|
||||||
|
defaults see
|
||||||
|
.Xr zfsd 8 .
|
||||||
.It Sy comment
|
.It Sy comment
|
||||||
A text comment up to 8192 characters long
|
A text comment up to 8192 characters long
|
||||||
.It Sy bootsize
|
.It Sy bootsize
|
||||||
|
|
Loading…
Reference in New Issue