summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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
#*****************