ceph/teuthology/ceph.conf.template
Josh Durgin 65172a0938 rgw: pass socket path directly to radosgw
Only radosgw needs this option, and each one will be different, so
remove it from the ceph.conf template.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-07-26 14:13:19 -07:00

45 lines
897 B
Plaintext

[global]
chdir = ""
pid file = $name.pid
auth supported = cephx
filestore xattr use omap = true
mon clock drift allowed = .250
osd crush chooseleaf type = 0
auth debug = true
ms die on old message = true
[osd]
osd journal size = 100
osd scrub load threshold = 5.0
osd scrub max interval = 600
osd recover clone overlap = true
osd recovery max chunk = 1048576
osd debug op order = true
osd debug verify stray on activate = true
[mon]
debug ms = 1
debug mon = 20
debug paxos = 20
mon data avail warn = 10
[mds]
lockdep = 1
mds debug scatterstat = true
mds verify scatter = true
mds debug frag = true
[client]
rgw cache enabled = true
rgw enable ops log = true
rgw enable usage log = true
log file = /var/log/ceph/ceph-$name.$pid.log
admin socket = /var/run/ceph/ceph-$name.$pid.asok