From 6339c1b9dce9f7cf4b7269d588d7a9c3bf338ebb Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 27 Jul 2015 11:55:03 -0700 Subject: Bound zvol_threads module option The zvol_threads module option should be bounded to a reasonable range. The taskq must have at least 1 thread and shouldn't have more than 1,024 at most. The default value of 32 is a reasonable default. Signed-off-by: Brian Behlendorf Closes #3614 --- man/man5/zfs-module-parameters.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/man5') diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 5b6eb7afd..ccf386135 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1567,7 +1567,7 @@ Default value: \fB16,384\fR. \fBzvol_threads\fR (uint) .ad .RS 12n -Number of threads for zvol device +Max number of threads to handle zvol I/O requests .sp Default value: \fB32\fR. .RE -- cgit v1.2.3