eb1b23dc6c
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
7 lines
198 B
YAML
7 lines
198 B
YAML
---
|
|
features:
|
|
- |
|
|
LVM driver: Added support for the NVMe TCP transport protocol.
|
|
Configuration option is ``target_protocol = nvmet_tcp`` when using
|
|
``nvmet`` as the ``target_helper``.
|