~pmcgarry/ceph/ceph

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: James Page
  • Date: 2013-02-08 11:09:00 UTC
  • mfrom: (52.2.8 ceph)
  • Revision ID: james.page@canonical.com-20130208110900-h06io58wdv3n2996
Add support for Ceph Bobtail LTS.

- XFS and BTRFS disk formats for OSD's.
- Separate journal devices.
- Package provided upstart configurations

Fixes:

- Improve hostname -> ip address resolution in MAAS managed environments.
- Fix disk zapping for devices which have been OSD's before.
- Resync utils.py, cepy.py across ceph charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[global]
 
2
{% if version < "0.51" %}
2
3
 auth supported = {{ auth_supported }}
 
4
{% else %}
 
5
 auth cluster required = {{ auth_supported }}
 
6
 auth service required = {{ auth_supported }}
 
7
 auth client required = {{ auth_supported }}
 
8
{% endif %}
3
9
 keyring = /etc/ceph/$cluster.$name.keyring
4
10
 mon host = {{ mon_hosts }}
5
11
 fsid = {{ fsid }}