mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-02 19:51:25 +00:00
zfs.4: Correct the default for zfs_vdev_async_write_max_active
Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Allan Jude <allan@klarasystems.com> Closes #14179
This commit is contained in:
parent
387109364e
commit
077fd55e85
1 changed files with 1 additions and 1 deletions
|
@ -1225,7 +1225,7 @@ the active I/O limit is linearly
|
|||
interpolated.
|
||||
.No See Sx ZFS I/O SCHEDULER .
|
||||
.
|
||||
.It Sy zfs_vdev_async_write_max_active Ns = Ns Sy 30 Pq uint
|
||||
.It Sy zfs_vdev_async_write_max_active Ns = Ns Sy 10 Pq uint
|
||||
Maximum asynchronous write I/O operations active to each device.
|
||||
.No See Sx ZFS I/O SCHEDULER .
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue