summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 00ce546..70985af 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -293,12 +293,16 @@ 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 for a session has gone away when this occurs, this
-# configuration value limits the number of retries to re-login, which
-# are done every 2 seconds. A value of 0 implies to retry forever,
-# which is not recommended.
-node.session.reopen_max = 32
+# When iscsid starts up it recovers existing sessions, if possible.
+# If the target for a session has gone away when this occurs, the
+# iscsid daemon normally tries to reestablish each session,
+# in succession, in the background, by trying again every two
+# seconds, until all sessions are restored. This configuration
+# variable can limits the number of retries for each session.
+# For example, setting reopen_max=150 would mean that each session
+# recovery was limited to about five minutes.
+#
+node.session.reopen_max = 0
#************
# Workarounds