3f5e040e731f5b04382c267c3936c7f364422ee9
This adds the Cheesecake Replication implementation
for the SolidFire driver.
We add the necessary methods for creating a replicated volume and
performing a failover properly that updates the status of volumes
on the failover host.
We also make sure that things like delete, attach etc work in a
failed over scenario.
For SolidFire we are using the remote cluster mvip as the
backend_id, here's an example replication_device entry for
a cinder.conf:
replication_device =
backend_id:192.168.139.102,mvip:192.168.139.102,login:admin,password:admin
Note that there's an independent fix from this patch series that needs
to be applied in order for things to work properly:
https://review.openstack.org/#/c/299723/
The last remaining task is to ensure we detect and deal with a restart
when we're in a failed over state.
Change-Id: I78244da226abce2544d0c3196fccdec50bf5b8e5
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:
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder
Python client
https://git.openstack.org/cgit/openstack/python-cinderclient
Description
Languages
Python
99.6%
Smarty
0.4%