]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: Change default mClock profile to high_recovery_ops 51568/head
authorAishwarya Mathuria <amathuri@redhat.com>
Thu, 11 May 2023 17:20:15 +0000 (22:50 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Thu, 18 May 2023 12:36:52 +0000 (18:06 +0530)
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 <amathuri@redhat.com>
(cherry picked from commit a7c0029eccdc1bb9c49a943ed4d62295197f0de0)

qa/tasks/ceph.conf.template
qa/tasks/cephadm.conf

index a6dcf4d342f20fddb670c79323950f937feb5231..a9cce29539aa1f7d8c7a2cdc16e5cbca266f07b9 100644 (file)
@@ -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
index 6f84866d0a9591ca480587c3aebf479b6bc0d663..9ec08a346ec26ca87dce2289649604d9cf3655dd 100644 (file)
@@ -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