summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-06-12 04:06:31 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-06-12 04:06:31 +0000
commit47f61d5086545844f62b23c486bd052d9c1b220d (patch)
treeed1a3bf33e79b420307c54f91d2a0fa76558542a /etc
parent1c8a721f458ffb0df275ea2c2d0b81c85d7ee3dd (diff)
downloadopen-iscsi-47f61d5086545844f62b23c486bd052d9c1b220d.tar.gz
add a login retry param which
git-svn-id: svn://svn.berlios.de/open-iscsi@852 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 78e6824..94dd758 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -92,6 +92,20 @@ node.conn[0].timeo.noop_out_interval = 10
# The value is in seconds and the default is 15 seconds.
node.conn[0].timeo.noop_out_timeout = 15
+
+#******
+# Retry
+#*******
+
+# To speficy the number of times iscsiadm should retry a login
+# to the target when we first login, modify the following line.
+# The default is 4. Valid values are any integer value. This only
+# affects the initial login. Setting it to a high value can slow
+# down the iscsi service startup. Setting it to a low value can
+# cause a session to not get logged into, if there are distuptions
+# during startup or if the network is not ready at that time.
+node.session.initial_login_retry_max = 4
+
#***************
# iSCSI settings
#***************