summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-12-15 22:55:42 -0600
committerMike Christie <michaelc@cs.wisc.edu>2007-12-15 22:55:42 -0600
commit7370d142037204b0d6c81066d59916bc812e5090 (patch)
treebce0ecaf370dfdedc2907074a5543aec46fbb83f /etc
parent279d1e2eec66cad97017567937d4a71f4ac06158 (diff)
downloadopen-iscsi-7370d142037204b0d6c81066d59916bc812e5090.tar.gz
fix iscsid.conf comment about def qdepth
The default device qdepth is 32 and not 128.
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 29a02c4..694f0dd 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -126,7 +126,7 @@ node.session.initial_login_retry_max = 4
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 128.
+# to a value between 1 and 128. The default is 32.
node.session.queue_depth = 32
#***************