From 61d47b4771222e5b4033aa8d40d9e19fc7c94b6a Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 8 Apr 2021 22:21:01 +0200 Subject: [PATCH] qa: bump osd heartbeat grace for ffsb workload This is a manual backport of 84528b1693f2abdeff5b816253a1e01ce4a19d36 A cherry-pick was not undertaken because the structure of the Nautilus yaml files under qa/ is very different than in master. Signed-off-by: Nathan Cutler --- qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml | 1 + .../kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml | 3 +++ .../kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml index 1e96e6d8a47..4710c26f151 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: diff --git a/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml b/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml index 3eedd281e91..fa75f29d63e 100644 --- a/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml +++ b/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml @@ -3,6 +3,9 @@ overrides: log-whitelist: - SLOW_OPS - slow request + conf: + osd: + osd heartbeat grace: 60 tasks: - workunit: clients: diff --git a/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml b/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml index 53e74bea3f8..1f2dd88c65c 100644 --- a/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml +++ b/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml @@ -6,6 +6,7 @@ overrides: conf: osd: filestore flush min: 0 + osd heartbeat grace: 60 tasks: - workunit: clients: -- 2.47.3