cinder/releasenotes
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
..
notes Adding NVMET target for NVMeOF 2018-05-02 20:43:11 +03:00
source Imported Translations from Zanata 2018-05-01 07:32:17 +00:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00

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.