Jump to: navigation, search

Difference between revisions of "Cinder"

(Move devstack config information to driver testing page.)
Line 27: Line 27:
 
See [https://wiki.openstack.org/wiki/Cinder/how-to-contribute-a-driver How to contribute a driver]
 
See [https://wiki.openstack.org/wiki/Cinder/how-to-contribute-a-driver How to contribute a driver]
  
 +
== Sample cinder.conf ==
 +
The cinder.conf.sample is no longer maintained and tested in the source tree.  Currently you can obtain a copy of a nightly generated conf file here: [http://54.164.167.86/solidfire-ci-logs/cinder-conf-samples/ nightly_generated_conf_files]
 +
Note that a working sample for K1 is listed as cinder.conf.sample.txt
 
== Resources ==
 
== Resources ==
  

Revision as of 04:32, 23 December 2014

Official Title: OpenStack Block Storage Cinder

PTL: Mike Perez <thingee at gmail d0t com>

Mission Statement:
To implement services and libraries to provide on demand, self-service access to Block Storage resources. Provide Software Defined Block Storage via abstraction and automation on top of various traditional backend block storage devices.

Description

Cinder is a Block Storage service for OpenStack. It's designed to allow the use of either a reference implementation (LVM) to present storage resources to end users that can be consumed by the OpenStack Compute Project (Nova). The short description of Cinder is that it virtualizes pools of block storage devices and provides end users with a self service API to request and consume those resources without requiring any knowledge of where their storage is actually deployed or on what type of device.am

Core Team

See current members.

Project Meetings

See Meetings/Cinder.

Getting in Touch

We use the openstack-dev@lists.openstack.org mailing list for discussions using subjects with the prefix "[cinder]". We also hang out on IRC in #openstack-cinder on freenode.

Related projects

Core Volume Drivers

For a list of the core drivers in each OpenStack release and the volume operations they support, see https://wiki.openstack.org/wiki/CinderSupportMatrix

How To Contrbute A Driver

See How to contribute a driver

Sample cinder.conf

The cinder.conf.sample is no longer maintained and tested in the source tree. Currently you can obtain a copy of a nightly generated conf file here: nightly_generated_conf_files Note that a working sample for K1 is listed as cinder.conf.sample.txt

Resources

Review Links