1
0
mirror of https://github.com/ceph/ceph synced 2024-12-17 17:05:42 +00:00
ceph/teuthology/ceph.conf
Sage Weil 92a9d9c229 ceph.conf: separate replicas across osds
ceph.git master now separates across crush hosts without this setting.
For teuthology clusters, we don't want that (unless the tests specifies
otherwise).
2013-01-13 22:52:00 -08:00

48 lines
1.3 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 clock drift allowed = .250
osd crush chooseleaf type = 0
[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
osd recovery max chunk = 1048576
[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
rgw enable ops log = true
rgw enable usage log = true
[client.admin]
keyring = /tmp/cephtest/ceph.keyring