summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-01-27 08:00:19 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-01-27 08:00:19 +0000
commitb6ad4e96f57555672ac3922e3a96d168dab76740 (patch)
treee2d718a13849a1632b834a04661a632d8890a697 /etc
parent24f837b36014743d713b0b450ee2aa42ce413694 (diff)
downloadopen-iscsi-b6ad4e96f57555672ac3922e3a96d168dab76740.tar.gz
from tomo: add basic isns support
git-svn-id: svn://svn.berlios.de/open-iscsi@766 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 39b8379..52cf277 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -7,6 +7,13 @@
# and man page for iscsiadm for details on the --op command.
#
+################
+# iSNS settings
+################
+# Address of iSNS server
+#isns.address = 192.168.0.1
+#isns.port = 3205
+
#*****************
# Startup settings
#*****************
@@ -151,3 +158,8 @@ node.conn[0].iscsi.MaxRecvDataSegmentLength = 65536
# The default is to never use DataDigests and to allow the target to control
# the setting of the HeaderDigest checking with the initiator requesting
# a preference of disabling the checking.
+
+#
+# To enable the iSNS server
+#isns.address = 192.168.0.1
+#isns.port = 3205