mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
vdev: expose zfs_vdev_def_queue_depth as a module parameter
It was previously available only to FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Rob Norris <rob.norris@klarasystems.com> Sponsored-by: Klara, Inc. Sponsored-by: Seagate Technology LLC Closes #14718
This commit is contained in:
@@ -1292,6 +1292,11 @@ as fuller devices will tend to be slower than empty devices.
|
||||
Also see
|
||||
.Sy zio_dva_throttle_enabled .
|
||||
.
|
||||
.It Sy zfs_vdev_def_queue_depth Ns = Ns Sy 32 Pq uint
|
||||
Default queue depth for each vdev IO allocator.
|
||||
Higher values allow for better coalescing of sequential writes before sending
|
||||
them to the disk, but can increase transaction commit times.
|
||||
.
|
||||
.It Sy zfs_vdev_failfast_mask Ns = Ns Sy 1 Pq uint
|
||||
Defines if the driver should retire on a given error type.
|
||||
The following options may be bitwise-ored together:
|
||||
|
||||
Reference in New Issue
Block a user