~nobuto/charms/trusty/ceph/workaround-multinics

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Mark Mims
  • Date: 2013-09-20 19:09:12 UTC
  • mfrom: (63.1.9 ceph)
  • Revision ID: mark.mims@canonical.com-20130920190912-qivnx14nfb9fbohf
merging lp:~james-page/charms/precise/ceph/dir-support as per https://code.launchpad.net/~james-page/charms/precise/ceph/dir-support/+merge/182607

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
to do this will cause a reconfiguration error and new service units will not join
28
28
the existing ceph cluster.
29
29
 
30
 
The charm also supports the specification of storage devices to be used in the 
 
30
The charm also supports the specification of storage devices to be used in the
31
31
ceph cluster.
32
32
 
33
33
    osd-devices:
34
34
        A list of devices that the charm will attempt to detect, initialise and
35
35
        activate as ceph storage.
36
36
 
37
 
        This this can be a superset of the actual storage devices presented to
38
 
        each service unit and can be changed post ceph bootstrap using `juju set`.
 
37
        This can be a superset of the actual storage devices presented to each
 
38
        service unit and can be changed post ceph bootstrap using `juju set`.
 
39
 
 
40
        The full path of each device must be provided, e.g. /dev/vdb.
 
41
 
 
42
        For Ceph >= 0.56.6 (Raring or the Grizzly Cloud Archive) use of
 
43
        directories instead of devices is also supported.
39
44
 
40
45
At a minimum you must provide a juju config file during initial deployment
41
46
with the fsid and monitor-secret options (contents of cepy.yaml below):
66
71
Technical Bootnotes
67
72
===================
68
73
 
69
 
This charm is currently deliberately inflexible and potentially destructive.
70
 
It is designed to deploy on exactly three machines. Each machine will run mon
71
 
and osd.
72
 
 
73
74
This charm uses the new-style Ceph deployment as reverse-engineered from the
74
75
Chef cookbook at https://github.com/ceph/ceph-cookbooks, although we selected
75
76
a different strategy to form the monitor cluster. Since we don't know the