summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2009-04-12 03:31:17 -0500
committerMike Christie <michaelc@cs.wisc.edu>2009-04-12 03:31:17 -0500
commitf3f23ff4e850117d740ed440fef9df0adc6a5a75 (patch)
treeddf83aa78aad876d6aa04c7938e4c36df45b9bd0 /etc
parent2f1a3c897090e6fadc36288e01891dfe82a7bb89 (diff)
downloadopen-iscsi-f3f23ff4e850117d740ed440fef9df0adc6a5a75.tar.gz
iscsid: set queue depth
This sets node.session.queue_depth for the session's devices.
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index de1765f..a065d53 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -143,7 +143,7 @@ node.session.initial_login_retry_max = 8
node.session.cmds_max = 128
# To control the device's queue depth set node.session.queue_depth
-# to a value between 1 and 128. The default is 32.
+# to a value between 1 and 1024. The default is 32.
node.session.queue_depth = 32
##################################