summaryrefslogtreecommitdiff
path: root/etc/iscsid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/iscsid.conf')
-rw-r--r--etc/iscsid.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index fee1148..dec3857 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -293,6 +293,12 @@ discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
# appropriate number of sessions is created.
node.session.nr_sessions = 1
+# When iscsid starts up it recovers existing sesssions, if possible.
+# If the target has gone away when this occurs, this value
+# limits the number of retries to re-login.
+# Retries are done every 2 seconds.
+node.session.reopen_max = 32
+
#************
# Workarounds
#************