ceph/qa/cephfs/conf/client.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

10 lines
190 B
YAML

overrides:
ceph:
conf:
client:
client mount timeout: 600
debug ms: 1
debug client: 20
rados mon op timeout: 15m
rados osd op timeout: 15m