~hopem/charms/precise/cinder/tls-ha

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2013-09-24 18:18:44 UTC
  • mfrom: (21.1.5 cinder.lp1226823)
  • Revision ID: adamg@canonical.com-20130924181844-d9h9s4gvlhl0u2gl
[hopem] Added ceph-osd-replication-count config and pg settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
            The *available* block device on which to create LVM volume group.
29
29
            May also be set to None for deployments that will not need local
30
30
            storage (eg, Ceph/RBD-backed volumes).
 
31
    ceph-osd-replication-count:
 
32
        default: 2
 
33
        type: int
 
34
        description: |
 
35
            This value dictates the number of replicas ceph must make of any
 
36
            object it stores withing the cinder rbd pool. Of course, this only
 
37
            applies if using Ceph as a backend store. Note that once the cinder
 
38
            rbd pool has been created, changing this value will not have any
 
39
            effect (although it can be changed in ceph by manually configuring
 
40
            your ceph cluster).
31
41
    volume-group:
32
42
        default: cinder-volumes
33
43
        type: string