summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:31:52 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 04:31:52 +0000
commitd5ebdc59e929d1cb4cb8f7c64360f732eb5cb087 (patch)
tree38d07e237047f22743678d0dbdba86b254fca3b7 /etc
parent690afdbda792d6ff63b8fd8d8b6b78739f660e24 (diff)
downloadopen-iscsi-d5ebdc59e929d1cb4cb8f7c64360f732eb5cb087.tar.gz
some doc updates
git-svn-id: svn://svn.berlios.de/open-iscsi@780 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index ba3c9bf..64127b7 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -14,6 +14,25 @@
#isns.address = 192.168.0.1
#isns.port = 3205
+##################
+# NIC/HBA settings
+##################
+# open-iscsi can create a session and bind it to a NIC/HBA. It
+# is currently limited to 32 NICs/HBAs, but this can be easily
+# changed so if you need a larger value send a mail.
+#
+# To define the defaults NICs/HBAs you want to create sessions
+# through, set the iface.name value to the MAC address of the NIC.
+# iface[0].name = 00:0F:1F:92:6B:BF
+# iface[1].name = 00:0F:1F:92:6C:BF
+# iface[2].name = 00:0F:1F:92:6C:CC
+# the largest index that can be used is 31.
+#
+# For iscsi_tcp and ib_iser, The default behavior is create a single
+# session and let the network and infinninband layers decide which
+# NIC/RNIC to route through.
+iface[0].name = default
+
#*****************
# Startup settings
#*****************