~openstack-charmers-archive/charms/trusty/ceph/next

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: Paul Collins
  • Date: 2012-10-02 10:52:44 UTC
  • Revision ID: paul.collins@canonical.com-20121002105244-9mj3jk1m601wro5p
hackety hack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[global]
 
2
 auth supported = none
 
3
 keyring = /etc/ceph/$cluster.$name.keyring
 
4
 mon host = 
 
5
 
 
6
[mon]
 
7
 keyring = /var/lib/ceph/mon/$cluster-$id/keyring
 
8
 
 
9
[mds]
 
10
 keyring = /var/lib/ceph/mds/$cluster-$id/keyring
 
11
 
 
12
[osd]
 
13
 keyring = /var/lib/ceph/osd/$cluster-$id/keyring
 
14
 osd journal size = 1000
 
15
 filestore xattr use omap = true