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
|
@ -1225,7 +1225,7 @@ the active I/O limit is linearly
|
||||||
interpolated.
|
interpolated.
|
||||||
.No See Sx ZFS I/O SCHEDULER .
|
.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.
|
Maximum asynchronous write I/O operations active to each device.
|
||||||
.No See Sx ZFS I/O SCHEDULER .
|
.No See Sx ZFS I/O SCHEDULER .
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue