summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2010-07-01 20:48:15 -0500
committerMike Christie <michaelc@cs.wisc.edu>2010-07-01 20:52:47 -0500
commit36e37bd85307f27ce2105fb804f8e5534fec19de (patch)
treed8c6a59d694f22aac30f405343e5dfb3a2259829 /etc
parent906245284357a43db1e2d93efd63ae531db36a5e (diff)
downloadopen-iscsi-36e37bd85307f27ce2105fb804f8e5534fec19de.tar.gz
iscsid: use isns discovery rec for isns discoveryd setttings
This patch has isns discoveryd use the isns discovery rec settings instead of the iscsid.conf ones, so that the set up the is the same as ST and to give us freedom in the future to add more settings.
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf40
1 files changed, 0 insertions, 40 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index de4252d..e8087c8 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -23,46 +23,6 @@
iscsid.startup = /sbin/iscsid
-#######################
-# iSNS Discovery Daemon
-#######################
-
-
-# iSNS can also be used by setting:
-#
-# discovery.daemon.isns.addresses = 192.168.0.21,1234 192.168.1.20 192.168.10.10
-#
-# The default port is 3205.
-#
-# By default iscsid will perform iSNS discovery to the addresses, register
-# for State Change Notifications (SCNs) and then login/logout of portals
-# depending on the SCN.
-#
-# To change the default behavior the following setting can be used:
-#
-# discovery.daemon.isns.poll_interval = 30
-#
-# - If set to 0, it will perform discovery once then exit.
-# - If set to greater than 0 then it will perform discovery every X seconds.
-# It will still attempt to register for SCNs, but will still poll with
-# a DevAttrQuery for all targets.
-#
-#
-# ALERT
-# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-# This is needed for servers like Microsofts where they allow SCN
-# registrations, but do not send SCN events. To auto discover new targets
-# we have to poll. It is also useful for servers like linux-isns where it
-# sometimes does not send SCN events in the proper format, so they
-# may not get handled.
-# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-#
-# - If set to less than zero (or not set at all) it will perform the default
-# behavior.
-#
-# Note: like with SendTargets, logout of portals is not yet supported.
-
-
#############################
# NIC/HBA and driver settings
#############################