Skip to content

Commit

Permalink
vdev props comment and manpage should include zfsd and FreeBSD mentions
Browse files Browse the repository at this point in the history
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Rob Norris <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Signed-off-by: Alek Pinchuk <[email protected]>
Closes openzfs#15968
  • Loading branch information
alek-p authored and lundman committed Sep 2, 2024
1 parent 728d273 commit 8cc9791
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/sys/vdev_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 7 additions & 1 deletion man/man7/vdevprops.7
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cc9791

Please sign in to comment.