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: v15.2.8~5^2~1^2~21^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=636aa0a740482ad261504f8d332a8f1fb446c643;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 (cherry picked from commit d060c9a768c6974d3b68e4d408edf78bba9e0e85) --- diff --git a/qa/cephfs/conf/client.yaml b/qa/cephfs/conf/client.yaml index 96026f91a8d..286706a5c67 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 0c2f8380547..922f7167ae4 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