From: Casey Bodley Date: Mon, 24 Mar 2025 15:48:51 +0000 (-0400) Subject: qa/rgw: enable lockdep config for radosgw X-Git-Tag: testing/wip-vshankar-testing-20250327.072724-debug~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=83b615cd4f5adbce0c07539b01a2e6c581ae8ff6;p=ceph-ci.git qa/rgw: enable lockdep config for radosgw lockdep.yaml was only enabling lockdep for osd/mon. if it's actually worth running, we should enable it for radosgws too Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/verify/validater/lockdep.yaml b/qa/suites/rgw/verify/validater/lockdep.yaml index 941fe12b1e4..a0dd063a885 100644 --- a/qa/suites/rgw/verify/validater/lockdep.yaml +++ b/qa/suites/rgw/verify/validater/lockdep.yaml @@ -5,3 +5,5 @@ overrides: lockdep: true mon: lockdep: true + client: + lockdep: true