RETIRED, further work has moved to Debian project infrastructure
aba098e575
This patch implements the unmanaged side of v2 replication in the HPE LeftHand driver. With unmanaged replication, the original driver instance will handle all provisioning requests even after a failover. cinder.conf should have the replication config group: [lefthandrep] hpelefthand_api_url = https://10.10.10.10:8081/lhos hpelefthand_username = user hpelefthand_password = pass hpelefthand_clustername = vsa-12-5-mgmt1-vip volume_backend_name = lefthandrep volume_driver = cinder.volume.drivers.hpe.hpe_lefthand_iscsi.\ HPELeftHandISCSIDriver replication_device = target_device_id:lh-id, hpelefthand_api_url:https://11.11.11.11:8081/lhos, hpelefthand_username:user2, hpelefthand_password:pass2, hpelefthand_clustername:vsa-12-5-mgmt2-vip Change-Id: I3c489e986648eee16b3bf5a19799a4ea0c0240b0 Implements: blueprint hp-lefthand-v2-replication DocImpact |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests-py3.txt | ||
tox.ini |
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder