Merge "Update supported transports for iscsi connector"

This commit is contained in:
Zuul 2020-12-05 17:01:40 +00:00 committed by Gerrit Code Review
commit f27a11feb7
2 changed files with 8 additions and 7 deletions
doc/source/admin/configuration
nova/conf

@ -9,8 +9,8 @@ desired. Once an open-iscsi interface is configured, the iface name
parameter for use. All iSCSI sessions will be bound to this iSCSI interface. parameter for use. All iSCSI sessions will be bound to this iSCSI interface.
Currently supported transports (``iface.transport_name``) are ``be2iscsi``, Currently supported transports (``iface.transport_name``) are ``be2iscsi``,
``bnx2i``, ``cxgb3i``, ``cxgb4i``, ``qla4xxx``, ``ocs``. Configuration changes ``bnx2i``, ``cxgb3i``, ``cxgb4i``, ``qla4xxx``, ``ocs``, ``tcp``. Configuration
are required on the compute node only. changes are required on the compute node only.
iSER is supported using the separate iSER LibvirtISERVolumeDriver and will be iSER is supported using the separate iSER LibvirtISERVolumeDriver and will be
rejected if used via the ``iscsi_iface`` parameter. rejected if used via the ``iscsi_iface`` parameter.

@ -1090,11 +1090,12 @@ libvirt_volume_iscsi_opts = [
The iSCSI transport iface to use to connect to target in case offload support The iSCSI transport iface to use to connect to target in case offload support
is desired. is desired.
Default format is of the form <transport_name>.<hwaddress> where Default format is of the form ``<transport_name>.<hwaddress>``, where
<transport_name> is one of (be2iscsi, bnx2i, cxgb3i, cxgb4i, qla4xxx, ocs) and ``<transport_name>`` is one of (``be2iscsi``, ``bnx2i``, ``cxgb3i``,
<hwaddress> is the MAC address of the interface and can be generated via the ``cxgb4i``, ``qla4xxx``, ``ocs``, ``tcp``) and ``<hwaddress>`` is the MAC
iscsiadm -m iface command. Do not confuse the iscsi_iface parameter to be address of the interface and can be generated via the ``iscsiadm -m iface``
provided here with the actual transport name. command. Do not confuse the ``iscsi_iface`` parameter to be provided here with
the actual transport name.
""") """)
# iser is also supported, but use LibvirtISERVolumeDriver # iser is also supported, but use LibvirtISERVolumeDriver
# instead # instead