From: Nithya Balachandran Date: Mon, 1 Dec 2025 12:35:06 +0000 (+0000) Subject: test/rgw/logging: run teuthology on erasure coded pool X-Git-Tag: v20.2.2~45^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dcbd315e9d40bc63975e4d4af76529675beb4631;p=ceph.git test/rgw/logging: run teuthology on erasure coded pool Run the rgw bucket logging teuthology tests on an erasure coded pool. Signed-off-by: Nithya Balachandran (cherry picked from commit cb825ef6040792fcbdc696ef5b0684a7f56fc057) --- diff --git a/qa/suites/rgw/bucket-logging/pools/.qa b/qa/suites/rgw/bucket-logging/pools/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/rgw/bucket-logging/pools/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/rgw/bucket-logging/pools/erasure.yaml b/qa/suites/rgw/bucket-logging/pools/erasure.yaml new file mode 100644 index 00000000000..7c0c5e6a0a3 --- /dev/null +++ b/qa/suites/rgw/bucket-logging/pools/erasure.yaml @@ -0,0 +1,3 @@ +overrides: + rgw: + ec-data-pool: true diff --git a/qa/suites/rgw/bucket-logging/pools/replicated.yaml b/qa/suites/rgw/bucket-logging/pools/replicated.yaml new file mode 100644 index 00000000000..c91709eaae7 --- /dev/null +++ b/qa/suites/rgw/bucket-logging/pools/replicated.yaml @@ -0,0 +1,3 @@ +overrides: + rgw: + ec-data-pool: false