Default to zvol_request_async=0

Change the default ZVOL behavior so requests are handled asynchronously.
This behavior is functionally the same as in the zfs-0.6.4 release.

Reviewed-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #5902
This commit is contained in:
Brian Behlendorf
2017-05-02 17:37:14 -07:00
parent bc17f1047a
commit 8fa5250f5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2060,7 +2060,7 @@ effectively limits the queue depth to 1 for each I/O submitter. When set
to 0 requests are handled asynchronously by a thread pool. The number of
requests which can be handled concurrently is controller by \fBzvol_threads\fR.
.sp
Default value: \fB1\fR.
Default value: \fB0\fR.
.RE
.sp