mirror of
https://github.com/ceph/ceph
synced 2024-12-27 05:53:20 +00:00
fc6e683832
Generally the slow warnings we get are just over the threshold. These warnings are related to deploying multiple Ceph daemons side-by-side. Let's see how we do with two minutes. Ignoring the warnings entirely is unsatisfactory as they serve as a useful canary in the coal mine when you see warnings for ops > some unreasonably large amount of time. Fixes: http://tracker.ceph.com/issues/26900 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
12 lines
250 B
YAML
12 lines
250 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
mds:
|
|
debug mds: 20
|
|
debug ms: 1
|
|
mds debug frag: true
|
|
mds debug scatterstat: true
|
|
mds op complaint time: 180
|
|
mds verify scatter: true
|
|
osd op complaint time: 180
|