~niedbalski/charms/trusty/ceph-osd/sysctl-param

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: Edward Hope-Morley
  • Date: 2014-03-26 18:09:50 UTC
  • mfrom: (17.1.2 ceph-osd.lp1273067)
  • Revision ID: edward.hope-morley@canonical.com-20140326180950-bdpiqnqsoz33rohu
[hopem] Added support for ceph logging to syslog

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 keyring = /etc/ceph/$cluster.$name.keyring
10
10
 mon host = {{ mon_hosts }}
11
11
 fsid = {{ fsid }}
 
12
 log to syslog = {{ use_syslog }}
 
13
 err to syslog = {{ use_syslog }}
 
14
 clog to syslog = {{ use_syslog }}
12
15
 
13
16
[mon]
14
17
 keyring = /var/lib/ceph/mon/$cluster-$id/keyring