mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
d060c9a768
Now that the osdc Objecter obeys updates to these configs, let's use them to avoid having them block forever on operations that may never complete (or should complete in a timely manner). Fixes: https://tracker.ceph.com/issues/47734 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
14 lines
318 B
YAML
14 lines
318 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
|
|
rados mon op timeout: 15m
|
|
rados osd op timeout: 15m
|