summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaren Xie <kxie@chelsio.com>2008-09-13 21:15:21 -0500
committerMike Christie <michaelc@cs.wisc.edu>2008-12-05 00:34:52 -0600
commitdcfb33072363f329f34a0cad47fc54f98152428c (patch)
tree482c428a73ba69b50f22615b9a3efa00f3ebe1a9 /etc
parent9ae3dae35c0aadd7f11264856b6372720dd02071 (diff)
downloadopen-iscsi-dcfb33072363f329f34a0cad47fc54f98152428c.tar.gz
userspace - add new transport cxgb3i
added new transport cxgb3i. This patch is based on the master branch of the git tree. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/iface.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/iface.example b/etc/iface.example
index 7fb7951..3c7354f 100644
--- a/etc/iface.example
+++ b/etc/iface.example
@@ -20,6 +20,7 @@
# - iser (Software iSCSI over infinniband
# - qla4xxx (Qlogic QLA4XXX HBAs)
# - bnx2i (Broadcom bnx iSCSI HBAs);
+# - cxgb3i (Chelsio cxgb S3 iSCSI HBAs);
#
#OPTIONAL: iface.initiatorname
# To use a initiator name other than the one set in
@@ -51,3 +52,11 @@
# Note you can only bind using one value. If you set multiple values
# the bahavior is not defined.
+
+# For some transport (cxgb3i), a user could to set the private ip address for
+# the iscsi traffic for an network interface:
+# example:
+# - set iscsi ip on eth0 to be 102.50.50.101, eth0 needs to be up and be on
+# the same subnet.
+# iface.net_ifacename = eth0
+# iface.ipaddress = 102.50.50.101