mirror of
https://github.com/ceph/ceph
synced 2024-12-16 00:15:35 +00:00
cf4bf09b2c
Only wanr when we hit 90% instead of default 70% Signed-off-by: Sage Weil <sage@inktank.com>
41 lines
851 B
Plaintext
41 lines
851 B
Plaintext
[global]
|
|
chdir = ""
|
|
pid file = $name.pid
|
|
auth supported = cephx
|
|
|
|
filestore xattr use omap = true
|
|
|
|
mon clock drift allowed = .250
|
|
|
|
osd crush chooseleaf type = 0
|
|
auth debug = true
|
|
|
|
[osd]
|
|
osd journal size = 100
|
|
|
|
osd scrub load threshold = 5.0
|
|
osd scrub max interval = 600
|
|
|
|
osd recover clone overlap = true
|
|
osd recovery max chunk = 1048576
|
|
|
|
osd debug op order = true
|
|
|
|
[mon]
|
|
debug ms = 1
|
|
mon data avail warn = 10
|
|
|
|
[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
|
|
log file = /var/log/ceph/ceph-$name.$pid.log
|
|
admin socket = /var/run/ceph/ceph-$name.$pid.asok
|