From 78fe8d88e69c2faab584328a8340da44331eb70b Mon Sep 17 00:00:00 2001 From: Kamoltat Sirivadhna Date: Wed, 21 May 2025 20:55:04 +0000 Subject: [PATCH] qa/suites/rados: debug_mon 30 bump mon debug level to 30 in RADOS and bump debug_ms from mon in monthtrash test suites. Fixes: https://tracker.ceph.com/issues/71344 Signed-off-by: Kamoltat Sirivadhna --- qa/config/rados.yaml | 1 + qa/suites/rados/monthrash/ceph.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/config/rados.yaml b/qa/config/rados.yaml index 710847f594b8..ad006bab444d 100644 --- a/qa/config/rados.yaml +++ b/qa/config/rados.yaml @@ -11,3 +11,4 @@ overrides: osd mclock profile: high_recovery_ops mon: mon scrub interval: 300 + debug mon: 30 \ No newline at end of file diff --git a/qa/suites/rados/monthrash/ceph.yaml b/qa/suites/rados/monthrash/ceph.yaml index 8055fe372214..f86281399004 100644 --- a/qa/suites/rados/monthrash/ceph.yaml +++ b/qa/suites/rados/monthrash/ceph.yaml @@ -13,6 +13,7 @@ overrides: mon osdmap full prune txsize: 2 mon scrub inject crc mismatch: 0.01 mon scrub inject missing keys: 0.05 + debug ms: 20 # thrashing monitors may make mgr have trouble w/ its keepalive log-ignorelist: - ScrubResult -- 2.47.3