From ea2862cdda1009a98a6f7b390e34b705bb7d90ae Mon Sep 17 00:00:00 2001 From: Alek P Date: Wed, 3 Apr 2024 20:56:34 -0400 Subject: [PATCH] vdev props comment and manpage should include zfsd and FreeBSD mentions Reviewed-by: Tino Reichardt Reviewed-by: Alexander Motin Reviewed-by: Tony Hutter Reviewed-by: Rob Norris Reviewed-by: Allan Jude Signed-off-by: Alek Pinchuk Closes #15968 --- include/sys/vdev_impl.h | 2 +- man/man7/vdevprops.7 | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/sys/vdev_impl.h b/include/sys/vdev_impl.h index f39ebf031c..2a93f7c680 100644 --- a/include/sys/vdev_impl.h +++ b/include/sys/vdev_impl.h @@ -455,7 +455,7 @@ struct vdev { 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_t; diff --git a/man/man7/vdevprops.7 b/man/man7/vdevprops.7 index 3d3ebc0729..5ec37df179 100644 --- a/man/man7/vdevprops.7 +++ b/man/man7/vdevprops.7 @@ -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. For this reason, it is advisable to set the property on the top-level vdev - 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 A text comment up to 8192 characters long .It Sy bootsize