From a7c0029eccdc1bb9c49a943ed4d62295197f0de0 Mon Sep 17 00:00:00 2001 From: Aishwarya Mathuria Date: Thu, 11 May 2023 22:50:15 +0530 Subject: [PATCH] qa/tasks: Change default mClock profile to high_recovery_ops With the new mClock default profile, tests were failing with "Exiting scrub checking -- not all pgs scrubbed" due to slower scrubs. Changing the default profile to high_recovery_ops for testing purposes will fix this issue. Fixes: https://tracker.ceph.com/issues/61228 Signed-off-by: Aishwarya Mathuria --- qa/tasks/ceph.conf.template | 1 + qa/tasks/cephadm.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index a6dcf4d342f..a9cce29539a 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -47,6 +47,7 @@ osd scrub load threshold = 5.0 osd scrub max interval = 600 + osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 diff --git a/qa/tasks/cephadm.conf b/qa/tasks/cephadm.conf index 6f84866d0a9..9ec08a346ec 100644 --- a/qa/tasks/cephadm.conf +++ b/qa/tasks/cephadm.conf @@ -39,6 +39,7 @@ mon allow pool delete = true [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 +osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576