ceph/teuthology/ceph.conf
Sage Weil 7523ff3e58 ceph: simplify 'cluster' mon log handling
It's not a special file in the mon_data directory anymore, but intead
something in archive that will get slurped up normally.  Make sure we
grep for badness from the proper location.
2012-06-06 13:32:56 -07:00

41 lines
1.1 KiB
Plaintext

[global]
keyring = /tmp/cephtest/ceph.keyring
log file = /tmp/cephtest/archive/log/$name.log
chdir = ""
pid file = $name.pid
auth supported = cephx
admin socket = /tmp/cephtest/asok.$name
filestore xattr use omap = true
[mon]
mon data = /tmp/cephtest/data/mon.$id
mon cluster log file = /tmp/cephtest/archive/log/cluster.mon.$id.log
[osd]
osd data = /tmp/cephtest/data/osd.$id.data
osd journal = /tmp/cephtest/data/osd.$id.journal
osd journal size = 100
keyring = /tmp/cephtest/data/osd.$id.keyring
osd class dir = /tmp/cephtest/binary/usr/local/lib/rados-classes
osd scrub load threshold = 5.0
osd scrub max interval = 600
osd recover clone overlap = true
[mds]
keyring = /tmp/cephtest/data/mds.$id.keyring
lockdep = 1
mds debug scatterstat = true
mds verify scatter = true
mds debug frag = true
[client]
keyring = /tmp/cephtest/data/client.$id.keyring
rgw socket path = /tmp/cephtest/apache/tmp/fastcgi_sock/rgw_sock
rgw cache enabled = true
[client.admin]
keyring = /tmp/cephtest/ceph.keyring