OpenStack Block Storage (Cinder)
444c18a38f
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 |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
mypy-files.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
ruff.toml | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad