From 89cd930dc9315e7a657187fefc924d7ed021aa93 Mon Sep 17 00:00:00 2001 From: mnc Date: Tue, 24 Apr 2007 05:40:13 +0000 Subject: 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 --- etc/iscsid.conf | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.2.1