Skip to content

Commit f27a11f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update supported transports for iscsi connector"
2 parents 200cd65 + 76c60c2 commit f27a11f

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/source/admin/configuration/iscsi-offload.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ desired. Once an open-iscsi interface is configured, the iface name
99
parameter for use. All iSCSI sessions will be bound to this iSCSI interface.
1010

1111
Currently supported transports (``iface.transport_name``) are ``be2iscsi``,
12-
``bnx2i``, ``cxgb3i``, ``cxgb4i``, ``qla4xxx``, ``ocs``. Configuration changes
13-
are required on the compute node only.
12+
``bnx2i``, ``cxgb3i``, ``cxgb4i``, ``qla4xxx``, ``ocs``, ``tcp``. Configuration
13+
changes are required on the compute node only.
1414

1515
iSER is supported using the separate iSER LibvirtISERVolumeDriver and will be
1616
rejected if used via the ``iscsi_iface`` parameter.

nova/conf/libvirt.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,11 +1090,12 @@
10901090
The iSCSI transport iface to use to connect to target in case offload support
10911091
is desired.
10921092
1093-
Default format is of the form <transport_name>.<hwaddress> where
1094-
<transport_name> is one of (be2iscsi, bnx2i, cxgb3i, cxgb4i, qla4xxx, ocs) and
1095-
<hwaddress> is the MAC address of the interface and can be generated via the
1096-
iscsiadm -m iface command. Do not confuse the iscsi_iface parameter to be
1097-
provided here with the actual transport name.
1093+
Default format is of the form ``<transport_name>.<hwaddress>``, where
1094+
``<transport_name>`` is one of (``be2iscsi``, ``bnx2i``, ``cxgb3i``,
1095+
``cxgb4i``, ``qla4xxx``, ``ocs``, ``tcp``) and ``<hwaddress>`` is the MAC
1096+
address of the interface and can be generated via the ``iscsiadm -m iface``
1097+
command. Do not confuse the ``iscsi_iface`` parameter to be provided here with
1098+
the actual transport name.
10981099
""")
10991100
# iser is also supported, but use LibvirtISERVolumeDriver
11001101
# instead

0 commit comments

Comments
 (0)