From: Casey Bodley Date: Wed, 15 Mar 2023 17:42:30 +0000 (-0400) Subject: qa/rgw: run 'gc process' when rgw task unwinds X-Git-Tag: v19.0.0~1484^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1dc562404cf64db6657d0c61a7969def4241a5e6;p=ceph.git qa/rgw: run 'gc process' when rgw task unwinds Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/rgw.py b/qa/tasks/rgw.py index 61bcea3a5e2e..aa4203d478cf 100644 --- a/qa/tasks/rgw.py +++ b/qa/tasks/rgw.py @@ -239,6 +239,7 @@ def start_rgw(ctx, config, clients): ], ) ctx.cluster.only(client).run(args=['sudo', 'rm', '-f', token_path]) + ctx.cluster.only(client).run(args=['radosgw-admin', 'gc', 'process', '--include-all']) def assign_endpoints(ctx, config, default_cert): role_endpoints = {}