cinder/releasenotes
Rahman LBL 444c18a38f add IPACL support to the Lightbits Cinder driver
Lightbits storage clusters have the ability to block access to a
volume unless it comes from a specific IP, via a non-standard
extension to NVMe/TCP called "IPACL", which augments the standard
string-based ACLs. This patch adds support for Lightbits IPACL to the
Lightbits Cinder driver. We get the IPs to set from the os_brick
running on the nova node that will be accessing the volumes (see the
corresponding Lightbits connector os_brick patch) and set them when
updating the volume's ACLs on creation and on volume update due to
attachment and disconnection.
os_brick patch: https://review.opendev.org/c/openstack/os-brick/+/903574

Depends-on: Ia22322bb8a8097900d5509b6c540355eb474f19d
Change-Id: Id2540cbb9567f8242c76806318cdde9a80e791e1
2024-07-17 17:46:38 +03:00
..
notes add IPACL support to the Lightbits Cinder driver 2024-07-17 17:46:38 +03:00
source Imported Translations from Zanata 2024-07-07 03:06:20 +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.