summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2009-11-06 01:43:12 -0600
committerMike Christie <michaelc@cs.wisc.edu>2009-11-06 01:46:44 -0600
commit5cf607cc658cab8566bf802d346aacd6d1e94978 (patch)
treee33665499bf6cc09b7653869e47df1935431d800 /etc
parent836d9c0a56443cf8d298738e3fb42b0b68ec5072 (diff)
downloadopen-iscsi-5cf607cc658cab8566bf802d346aacd6d1e94978.tar.gz
iscsi tools: support tgt reset timeout
The previous kernel patch added warm target reset support. This patch allows you to set a timeout for the operation. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index a2c83f7..e8b62f0 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -121,7 +121,14 @@ node.session.err_timeo.abort_timeout = 15
# 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
+node.session.err_timeo.lu_reset_timeout = 30
+
+# To specify the time to wait for a target 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.tgt_reset_timeout = 30
+
#******
# Retry