~corey.bryant/charms/trusty/cinder-ceph/charm-proof-next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2014-02-12 09:47:22 UTC
  • Revision ID: james.page@canonical.com-20140212094722-exkwtqmpu28l9vom
Tidy config.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
    ceph-osd-replication-count:
3
 
        default: 2
4
 
        type: int
5
 
        description: |
6
 
            This value dictates the number of replicas ceph must make of any
7
 
            object it stores withing the cinder rbd pool. Of course, this only
8
 
            applies if using Ceph as a backend store. Note that once the cinder
9
 
            rbd pool has been created, changing this value will not have any
10
 
            effect (although it can be changed in ceph by manually configuring
11
 
            your ceph cluster).
 
2
  ceph-osd-replication-count:
 
3
    default: 2
 
4
    type: int
 
5
    description: |
 
6
      This value dictates the number of replicas ceph must make of any
 
7
      object it stores withing the cinder rbd pool. Of course, this only
 
8
      applies if using Ceph as a backend store. Note that once the cinder
 
9
      rbd pool has been created, changing this value will not have any
 
10
      effect (although it can be changed in ceph by manually configuring
 
11
      your ceph cluster).
12
12