summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-03-22 17:45:14 -0500
committerMike Christie <michaelc@cs.wisc.edu>2010-03-22 17:45:14 -0500
commit7f6a05718a11a4bf0a241aa657b638bfb370b819 (patch)
treeed387ef085d6f181fe4017e850e22be4437128f8 /README
parentc94bb3206d8816f9d13c8d971513202d94cbb9ea (diff)
downloadopen-iscsi-7f6a05718a11a4bf0a241aa657b638bfb370b819.tar.gz
iscsid: support discovery daemon auto logout
With this patch, if the sendtargets or isns daemon detects that a target is no longer sent it will logout the session.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 3ff6726..eadb385 100644
--- a/README
+++ b/README
@@ -4,8 +4,7 @@
=================================================================
- May 20, 2009
-
+ March 22, 2010
Contents
========
@@ -852,8 +851,10 @@ being set. If an address or addresses are set, iscsid will perform discovery
to the address every poll_interval seconds, and it will log into any portals
found from the discovery source using the ifaces in /etc/iscsi/ifaces.
-Note: iscsid will login into new portals, but does not yet support logging
-out of portals that are no longer returned during discovery.
+Note that for iSNS the poll_interval does not have to be set. If not set,
+iscsid will only perform rediscovery when it gets a SCN from the server.
+SCNs are not supported when using the Microsoft or SLES iSNS server. If
+using one of them you should set the poll_interval.
See the iscsid.conf for more examples.