From 74101f7e2ade81d50d79ebec1b8b2a903eab432f 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 edc3c6598e..02948894c3 100644 --- a/include/sys/vdev_impl.h +++ b/include/sys/vdev_impl.h @@ -454,7 +454,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