ceph/qa/cephfs/conf/mds.yaml
Patrick Donnelly d060c9a768
qa: set rados op timeouts for mds/ceph-fuse
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>
2020-10-13 10:16:40 -07:00

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