Juju Charm - Ceph OSD
Go to file
James Page 302373f4f9 Use device_mounted from ceph 2013-06-25 14:02:47 +01:00
files/upstart Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
hooks Use device_mounted from ceph 2013-06-25 14:02:47 +01:00
templates Resync with ceph charm, updates for raring 2012-12-17 10:31:03 +00:00
.bzrignore Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
.project Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
.pydevproject Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
Makefile Migrate to charm-helpers, tidy up flake8 2013-06-24 11:24:47 +01:00
README.md Resync with ceph charm, updates for raring 2012-12-17 10:31:03 +00:00
TODO Enable cephx support by default 2012-10-09 12:19:16 +01:00
charm-helpers-sync.yaml Use new storage charmhelpers, configure_source redux 2013-06-25 12:03:55 +01:00
config.yaml Allow journal >= 0.48.3 2013-06-10 14:48:23 +01:00
copyright Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
metadata.yaml Documentation updates 2012-10-08 17:10:10 +01:00
revision General tidy of filesystem handling and ephemeral mountpoint stealing. 2012-11-12 10:00:51 +00:00

README.md

Overview

Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability.

This charm deploys additional Ceph OSD storage service units and should be used in conjunction with the 'ceph' charm to scale out the amount of storage available in a Ceph cluster.

Usage

The charm also supports specification of the storage devices to use in the ceph cluster::

osd-devices:
    A list of devices that the charm will attempt to detect, initialise and
    activate as ceph storage.
    
    This this can be a superset of the actual storage devices presented to
    each service unit and can be changed post ceph-osd deployment using
    `juju set`.

For example::

ceph-osd:
    osd-devices: /dev/vdb /dev/vdc /dev/vdd /dev/vde

Boot things up by using::

juju deploy -n 3 --config ceph.yaml ceph

You can then deploy this charm by simple doing::

juju deploy -n 10 --config ceph.yaml ceph-osd
juju add-relation ceph-osd ceph

Once the ceph charm has bootstrapped the cluster, it will notify the ceph-osd charm which will scan for the configured storage devices and add them to the pool of available storage.

Contact Information

Author: James Page james.page@ubuntu.com Report bugs at: http://bugs.launchpad.net/charms/+source/ceph-osd/+filebug Location: http://jujucharms.com/charms/ceph-osd