summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index dec3857..00ce546 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -294,9 +294,10 @@ discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
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.
+# 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
#************