From 695d0be225a96b9e52da593e66409c047fae0af5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 27 Jan 2020 07:40:12 -0600 Subject: [PATCH] qa/suites/rados/singleton/all/recovery-preemption: fix pg log length This was broken by the variable PG log lengths in 9c69c2f7cc585b5e13e4d1b0432016d38135a3de. Disable the new option to get (roughly) the old behavior, or at least the short logs that we want to trigger some backfill. Fixes: https://tracker.ceph.com/issues/43810 Signed-off-by: Sage Weil --- qa/suites/rados/singleton/all/recovery-preemption.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rados/singleton/all/recovery-preemption.yaml b/qa/suites/rados/singleton/all/recovery-preemption.yaml index 27338d4429ff0..164177f48e3d3 100644 --- a/qa/suites/rados/singleton/all/recovery-preemption.yaml +++ b/qa/suites/rados/singleton/all/recovery-preemption.yaml @@ -19,6 +19,7 @@ tasks: osd recovery sleep: .1 osd min pg log entries: 10 osd max pg log entries: 1000 + osd_target_pg_log_entries_per_osd: 0 osd pg log trim min: 10 log-whitelist: - \(POOL_APP_NOT_ENABLED\) -- 2.39.5