OpenStack Block Storage (Cinder)
1daded7951
The 3PAR driver creates new SSH connection to the backend for each operation (eg. create/delete volume). There is a limit on maximum number of SSH connections from 3PAR backend i.e 24 connections. The problem is that when multiple concurrent operations are performed, this limit gets reached & further operations get errored out. This patch performs two things: [a] Instead of creating new session for each operation, an attempt is made to reuse existing session for as most operations. [b] Since WSAPI of 3PAR has evolved, wsapi (http/https) requests are used; thus SSH connections are no longer required. Closes-Bug: #1940069 Change-Id: Ica59db93a0153be9ab2e5e9165651173d9b2afd0 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
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 | ||
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