summaryrefslogtreecommitdiff
path: root/etc/iscsid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/iscsid.conf')
-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