cinder/releasenotes/notes/lvm-nvmet-tcp-72a41be1a1fe0fbd.yaml
Gorka Eguileor eb1b23dc6c LVM: Added NVMe TCP support for the nvmet target
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
2021-05-18 12:01:15 +02:00

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``.