diff options
Diffstat (limited to 'man/man5')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index e24716014..932342cfd 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1100,6 +1100,18 @@ Default value: \fB10\fR. .sp .ne 2 .na +\fBzfs_vdev_queue_depth_pct\fR (int) +.ad +.RS 12n +The queue depth percentage for each top-level virtual device. +Used in conjunction with zfs_vdev_async_max_active. +.sp +Default value: \fB1000\fR. +.RE + +.sp +.ne 2 +.na \fBzfs_disable_dup_eviction\fR (int) .ad .RS 12n @@ -1843,6 +1855,18 @@ Default value: \fB30,000\fR. .sp .ne 2 .na +\fBzio_dva_throttle_enabled\fR (int) +.ad +.RS 12n +Throttle block allocations in the ZIO pipeline. This allows for +dynamic allocation distribution when devices are imbalanced. +.sp +Default value: \fB1\fR. +.RE + +.sp +.ne 2 +.na \fBzio_requeue_io_start_cut_in_line\fR (int) .ad .RS 12n |