9889f96afdc81442fd4b1966777a8dcd143e243e
This commit adds is_working method to Backup Manager class to return initialization state of the underlying volume drivers and indicate that service has some problems and isn't running correctly. This is used to block refreshing Service heartbeats if Manager will return False from is_working. Related-Bug: 1446750 Change-Id: I3165d01f60bd80ead5163d8678886bd2828af3f9
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
Python client
Description