ceph/teuthology/ceph.conf
Tommi Virtanen 4903d06a76 Archive everything written to the "archive" directory.
This avoids listing "log", "profiling-logger", etc individually.
Adding new types of archived files should just be a matter of
adding a subdirectory under "archive".
2011-06-09 17:10:11 -07:00

55 lines
1.3 KiB
Plaintext

[global]
keyring = /tmp/cephtest/ceph.keyring
log file = /tmp/cephtest/archive/log/$name.log
logger = true
logger dir = /tmp/cephtest/archive/profiling-logger
chdir = ""
pid file = $name.pid
auth supported = cephx
[mon]
lockdep = 1
debug mon = 10
debug paxos = 10
debug auth = 10
debug ms = 1
mon data = /tmp/cephtest/data/mon.$id
[osd]
osd scrub load threshold = 5.0
lockdep = 1
debug ms = 1
debug osd = 10
debug monc = 10
debug journal = 10
debug filestore = 10
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
[mds]
lockdep = 1
debug ms = 1
debug mds = 1
debug auth = 10
debug monc = 10
mds debug scatterstat = true
mds verify scatter = true
mds log max segments = 2
mds cache size = 10000
mds debug frag = true
keyring = /tmp/cephtest/data/mds.$id.keyring
[client]
keyring = /tmp/cephtest/data/client.$id.keyring
[client.admin]
keyring = /tmp/cephtest/ceph.keyring
[group everyone]
addr = 0.0.0.0/0
[mount /]
allow = %everyone