From 65212d560afe2d927370324c9955369b735c7caf Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 14 Jan 2021 14:03:12 -0800 Subject: [PATCH] qa: bump osd heartbeat grace for ffsb workload To avoid recovery under heavy I/O. Fixes: https://tracker.ceph.com/issues/48877 Signed-off-by: Patrick Donnelly (cherry picked from commit 84528b1693f2abdeff5b816253a1e01ce4a19d36) Conflicts: qa/suites/fs/workload/tasks/workunit/suites/ffsb.yaml - file does not exist in octopus; made the change in qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml instead --- qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml index 6a2b35a1855..f7cd24a5148 100644 --- a/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml +++ b/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml @@ -6,6 +6,7 @@ overrides: conf: osd: filestore flush min: 0 + osd heartbeat grace: 60 tasks: - check-counter: counters: -- 2.47.3