From: Patrick Donnelly Date: Tue, 13 Oct 2020 17:09:41 +0000 (-0700) Subject: qa: set rados op timeouts for mds/ceph-fuse X-Git-Tag: v16.1.0~814^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37529%2Fhead;p=ceph.git 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 --- diff --git a/qa/cephfs/conf/client.yaml b/qa/cephfs/conf/client.yaml index 96026f91a8de..286706a5c678 100644 --- a/qa/cephfs/conf/client.yaml +++ b/qa/cephfs/conf/client.yaml @@ -5,3 +5,5 @@ overrides: client mount timeout: 600 debug ms: 1 debug client: 20 + rados mon op timeout: 15m + rados osd op timeout: 15m diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml index 0c2f8380547d..922f7167ae47 100644 --- a/qa/cephfs/conf/mds.yaml +++ b/qa/cephfs/conf/mds.yaml @@ -9,3 +9,5 @@ overrides: mds op complaint time: 180 mds verify scatter: true osd op complaint time: 180 + rados mon op timeout: 15m + rados osd op timeout: 15m