
DB functions exist to get all volumes, to get all volumes in a particular project, to get all volumes in a particular group, and to get all volumes hosted on a particular host. See the following functions in the DB API: * volume_get_all * volume_get_all_by_project * volume_get_all_by_group * volume_get_all_by_host Only the queries that get all volumes and that get all volumes by project support additional filtering. The purpose of this patch set is to make the filtering support consistent across these APIs, adding it to the volume_get_all_by_group and the volume_get_all_by_host APIs. Change-Id: I6af9b4de9e70ec442e7e61c6b0baa9b02798a06d Implements: blueprint db-volume-filtering
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
Languages
Python
99.7%
Smarty
0.3%