From d060c9a768c6974d3b68e4d408edf78bba9e0e85 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 13 Oct 2020 10:09:41 -0700 Subject: [PATCH] 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 --- qa/cephfs/conf/client.yaml | 2 ++ qa/cephfs/conf/mds.yaml | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5