ceph/teuthology/ceph.conf.template
Sander Pool c525e1061b Install ceph debs and use installed debs
The ceph task installs ceph using the debian
packages now, and all invocations of binaries installed
in {tmpdir}/binary/usr/local/bin/ are replace with
the use of the binaries installed in standard locations
by the debs.

Author:    Sander Pool <sander.pool@inktank.com>
Signed-off-by: Sam Lang <sam.lang@inktank.com>
2013-02-18 13:39:03 -08:00

43 lines
1.1 KiB
Plaintext

[global]
log file = {testdir}/archive/log/$name.log
chdir = ""
pid file = $name.pid
auth supported = cephx
admin socket = {testdir}/asok.$name
filestore xattr use omap = true
mon clock drift allowed = .250
osd crush chooseleaf type = 0
[mon]
mon data = {testdir}/data/mon.$id
mon cluster log file = {testdir}/archive/log/cluster.mon.$id.log
[osd]
osd data = {testdir}/data/osd.$id.data
osd journal = {testdir}/data/osd.$id.journal
osd journal size = 100
keyring = {testdir}/data/osd.$id.keyring
osd class dir = /usr/lib/rados-classes
osd scrub load threshold = 5.0
osd scrub max interval = 600
osd recover clone overlap = true
osd recovery max chunk = 1048576
[mds]
keyring = {testdir}/data/mds.$id.keyring
lockdep = 1
mds debug scatterstat = true
mds verify scatter = true
mds debug frag = true
[client]
rgw socket path = {testdir}/apache/tmp/fastcgi_sock/rgw_sock
rgw cache enabled = true
rgw enable ops log = true
rgw enable usage log = true