summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-10-24 19:17:49 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-10-24 19:17:49 -0500
commitc5b8c9c0bd9188fd4bc1a962ab9def97d9a99931 (patch)
tree8c39abca8283f3c4063d8a28a8f8cf7d45fedd0a /etc
parent4eb25ca9f8aa9beaade597ccb248e37ba7f9621f (diff)
downloadopen-iscsi-c5b8c9c0bd9188fd4bc1a962ab9def97d9a99931.tar.gz
allow setting of scsi eh timeouts
Allow users to change the scsi eh timeout settings and expose in sysfs.
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index ea05c89..29a02c4 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -92,6 +92,17 @@ node.conn[0].timeo.noop_out_interval = 5
# this will cause the IO to be failed to the multipath layer.
node.conn[0].timeo.noop_out_timeout = 5
+# To specify the time to wait for abort response before
+# failing the operation and trying a logical unit reset edit the line.
+# The value is in seconds and the default is 15 seconds.
+node.session.err_timeo.abort_timeout = 15
+
+# To specify the time to wait for a logical unit response
+# before failing the operation and trying session re-establishment
+# edit the line.
+# The value is in seconds and the default is 30 seconds.
+node.session.err_timeo.lu_reset_timeout = 20
+
#******
# Retry
#******