summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 05:40:13 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-04-24 05:40:13 +0000
commit89cd930dc9315e7a657187fefc924d7ed021aa93 (patch)
treee49a91051de9d1fbe52b4b82b7a497ba9b4c8593 /etc
parente3f8f0c590e0e1746366139a03466e813ddbc373 (diff)
downloadopen-iscsi-89cd930dc9315e7a657187fefc924d7ed021aa93.tar.gz
With qla4xxx and braodcom we will want to be able to match the the drivers as well as the other params, so add a -D param
git-svn-id: svn://svn.berlios.de/open-iscsi@814 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf21
1 files changed, 17 insertions, 4 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 81f464b..bd4f637 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -14,24 +14,37 @@
#isns.address = 192.168.0.1
#isns.port = 3205
-##################
-# NIC/HBA settings
-##################
+#############################
+# NIC/HBA and driver 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.
+#
+# open-iscsi can create sessions over serveral interconnects like iser
+# and tcp. To specific which interconnect to use you can set the
+# iface's transport_name value to "tcp" or "iser"
+#
# iface[0].name = 00:0F:1F:92:6B:BF
+# iface[0].transport_name = tcp
+#
# iface[1].name = 00:0F:1F:92:6C:BF
+# iface[1].transport_name = tcp
+#
# iface[2].name = 00:0F:1F:92:6C:CC
+# iface[2].transport_name = tcp
# 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
+# iface[0].name = default
+#
+# The default driver to use is iscsi_tcp
+# iface[0].transport_name = tcp
#*****************
# Startup settings