]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: run 'gc process' when rgw task unwinds
authorCasey Bodley <cbodley@redhat.com>
Wed, 15 Mar 2023 17:42:30 +0000 (13:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 23 Mar 2023 13:53:12 +0000 (09:53 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/tasks/rgw.py

index 61bcea3a5e2e5db78a99a88282eab84b977ef6fc..aa4203d478cfddd16a7f56833a73301abaf57df8 100644 (file)
@@ -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 = {}