From 077fd55e85506ad892e9367b8ce7fb69e2ca590d Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Mon, 28 Nov 2022 14:41:14 -0500 Subject: [PATCH] zfs.4: Correct the default for zfs_vdev_async_write_max_active Reviewed-by: Alexander Motin Reviewed-by: Richard Yao Reviewed-by: George Melikov Signed-off-by: Allan Jude Closes #14179 --- man/man4/zfs.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man4/zfs.4 b/man/man4/zfs.4 index 3b3fbcabeb..8cef04cda9 100644 --- a/man/man4/zfs.4 +++ b/man/man4/zfs.4 @@ -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 . .