mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
d1d36241b7
This required reordering the cluster setup so that we do the ceph-osd --mkfs --mkkey prior to gathering keys and initializing the monitors. Also, run daemons as root. Signed-off-by: Sage Weil <sage@inktank.com>
38 lines
847 B
Plaintext
38 lines
847 B
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 cluster log file = {testdir}/archive/log/cluster.mon.$id.log
|
|
|
|
[osd]
|
|
osd journal size = 100
|
|
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]
|
|
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
|