From: Casey Bodley Date: Mon, 24 Mar 2025 15:48:51 +0000 (-0400) Subject: qa/rgw: enable lockdep config for radosgw X-Git-Tag: v20.3.0~255^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62463%2Fhead;p=ceph.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 941fe12b1e43..a0dd063a8855 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