
This patch adds NVMe TCP transport protocol support to the LVM driver's nvmet target helper. Configuration option is ``target_protocol = nvmet_tcp`` when using ``nvmet`` as the ``target_helper``. NVMe TCP has been supported since: - RHEL 8 - CentOS 8-Stream - Fedora 28 - Ubuntu 19.04 - SUSE Linux Enterprise Server 15 - openSUSE 15.1/15.2 No changes to OS-Brick are necessary, since the transport type is not hardcoded in the connector and uses the value from 'transport_type' present in the connection info dictionary instead. Change-Id: Icc0ad567d304bf3de1e34873ad8562650ada9383
Release notes
The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.
A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.
Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.