From: Casey Bodley Date: Tue, 4 Feb 2025 16:12:43 +0000 (-0500) Subject: qa/rgw: s3tests task adds --purge-data to 'account rm' X-Git-Tag: v20.3.0~460^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a1ef880821ecb4bcf18a1af5670175c4dc694c53;p=ceph.git qa/rgw: s3tests task adds --purge-data to 'account rm' Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index 383f4736302fb..a15140dfcc57b 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -281,6 +281,7 @@ def create_users(ctx, config, s3tests_conf): '--cluster', cluster_name, 'account', 'rm', '--account-id', account_id, + '--purge-data', ])