summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-06-12 13:03:58 -0500
committerMike Christie <michaelc@cs.wisc.edu>2010-07-01 20:49:48 -0500
commit4b46754baa181f18cd293a0f377235e1e0de4a82 (patch)
tree1477490fff30db2bf959e4de1e19b70b4ac24b50 /README
parente5025aef77b9484e4bcb04b35aa54c061059e865 (diff)
downloadopen-iscsi-4b46754baa181f18cd293a0f377235e1e0de4a82.tar.gz
iscsid: fix sendtargets discovery daemon CHAP handling
We may need to have different CHAP settings for each discovery portal. This patch has us use the discovery records instead of the iscsid.conf method of specifying the sendtargets info. If the discovery record has discovery.sendtargets.use_discoveryd = Yes then iscsid will use that record to do sendtargets discovery. The poll interval can be set with discovery.sendtargets.discoveryd_poll_inval.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 074fb56..558058c 100644
--- a/README
+++ b/README
@@ -870,15 +870,18 @@ will usually get you started.
When iscsid starts it will check iscsid.conf for:
-discovery.daemon.sendtargets.addresses =
-discovery.daemon.sendtargets.poll_interval =
-
discovery.daemon.isns.addresses =
discovery.daemon.isns.poll_interval =
-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.
+being set and it will check for discovery records in
+/etc/iscsi/send_targets that have the setting:
+
+discovery.sendtargets.use_discoveryd = Yes
+
+If an address or addresses are set or the use_discoveryd is Yes,
+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 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.