we create multiple ceph clusters in the multisite tests, so this command
needs to specify the target cluster name
Fixes: https://tracker.ceph.com/issues/61862
Signed-off-by: Casey Bodley <cbodley@redhat.com>
],
)
ctx.cluster.only(client).run(args=['sudo', 'rm', '-f', token_path])
- ctx.cluster.only(client).run(args=['radosgw-admin', 'gc', 'process', '--include-all'])
+ rgwadmin(ctx, client, cmd=['gc', 'process', '--include-all'], check_status=True)
def assign_endpoints(ctx, config, default_cert):
role_endpoints = {}