cinder/releasenotes/notes/bp-nvmeof-lvm-target-b7771955b426abe7.yaml
Hamdy Khader 8d7e131c58 Adding NVMET target for NVMeOF
Implements NVMeOF driver to support NVMe target CLI.
A new target, NVMET, is added for the LVM driver, and allows
cinder to use nvmetcli in order to create/delete subsystems
on attaching/detaching an LVM volume.

By choosing target_helper as nvmet, target_protocol as rdma,
other parameters can be configured too in cinder.conf like
nvmet_port_id, nvmet_ns_id (for namespace) and
nvmet_subsystem_name. The target IP and port, that will be
used by nvmecli OS-brick NVMe connector, are taken from
target_ip and target_port in cinder.conf.

Implements: blueprint nvme-target-cli
Change-Id: I7cacd76c63e0ad29eb2d448ce07fbb5176f62721
2018-05-02 20:43:11 +03:00

8 lines
224 B
YAML

---
features:
- |
A new target, NVMET, is added for the LVM driver over RDMA,
it allows cinder to use nvmetcli in order to create/delete
subsystems on attaching/detaching an LVM volume to/from an
instance.