Juju Charm - Cinder Ceph backend
Go to file
Ryan Beisner 6754f7c6a7 update tags for consistency with other openstack charms 2015-07-01 14:48:16 +00:00
hooks resync hooks/charmhelpers 2015-06-29 14:28:46 +00:00
tests update debug logging 2015-06-30 20:40:06 +00:00
unit_tests Clean up stale ceph keyring 2015-02-04 14:24:05 -05:00
.bzrignore Resync helpers 2014-07-02 09:14:53 +01:00
.coveragerc Initial version of charm 2014-01-23 16:14:44 +00:00
.project Initial version of charm 2014-01-23 16:14:44 +00:00
.pydevproject Initial version of charm 2014-01-23 16:14:44 +00:00
Makefile update make lint target 2015-06-29 18:50:50 +00:00
README.md Add README 2014-02-12 10:13:40 +00:00
charm-helpers-hooks.yaml add amulet tests 2015-06-25 16:05:55 +00:00
charm-helpers-tests.yaml resync hooks/charmhelpers 2015-06-29 14:28:46 +00:00
config.yaml set default ceph-replication-count to 3 2014-10-08 11:22:00 +01:00
copyright Initial version of charm 2014-01-23 16:14:44 +00:00
icon.svg Initial version of charm 2014-01-23 16:14:44 +00:00
metadata.yaml update tags for consistency with other openstack charms 2015-07-01 14:48:16 +00:00
revision Fixes from testing 2014-01-23 16:38:22 +00:00
setup.cfg Initial version of charm 2014-01-23 16:14:44 +00:00

README.md

Ceph Storage Backend for Cinder

Overview

This charm provides a Ceph storage backend for use with the Cinder charm; this allows multiple Ceph storage clusters to be associated with a single Cinder deployment, potentially alongside other storage backends from other vendors.

To use:

juju deploy cinder
juju deploy -n 3 ceph
juju deploy cinder-ceph
juju add-relation cinder-ceph cinder
juju add-relation cinder-ceph ceph

Configuration

The cinder-ceph charm allows the replica count for the Ceph storage pool to be configured. This must be done in advance of relating to the ceph charm:

juju set cinder-ceph ceph-osd-replication-count=3
juju add-relation cinder-ceph ceph

By default, the replica count is set to 2 replicas. Increasing this value increases data resilience at the cost of consuming most real storage in the Ceph cluster.