summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-08-13 20:23:33 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-08-13 20:23:33 -0500
commit7dea0c67d0df331a2a2e272235d8f5b30d220edc (patch)
treeedc0ebcf4024941851e05f7b5adc14f597f26974 /etc
parent1ffa5d0eb068989e844132d36595de38d8f64f4d (diff)
downloadopen-iscsi-7dea0c67d0df331a2a2e272235d8f5b30d220edc.tar.gz
doc cmds max and queue depth values
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 1d812a1..0840594 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -98,7 +98,7 @@ node.conn[0].timeo.noop_out_timeout = 15
#******
# Retry
-#*******
+#******
# To speficy the number of times iscsiadm should retry a login
# to the target when we first login, modify the following line.
@@ -109,6 +109,19 @@ node.conn[0].timeo.noop_out_timeout = 15
# during startup or if the network is not ready at that time.
node.session.initial_login_retry_max = 4
+################################
+# session and device queue depth
+################################
+
+# To control how many commands the session will queue set
+# node.session.cmds_max to an integer between 2 and 2048 that is also
+# a power of 2. The default is 128.
+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.
+node.session.queue_depth = 32
+
#***************
# iSCSI settings
#***************