From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- qa/rgw_pool_type/ec-profile.yaml | 10 ++++++++++ qa/rgw_pool_type/ec.yaml | 5 +++++ qa/rgw_pool_type/replicated.yaml | 3 +++ 3 files changed, 18 insertions(+) create mode 100644 qa/rgw_pool_type/ec-profile.yaml create mode 100644 qa/rgw_pool_type/ec.yaml create mode 100644 qa/rgw_pool_type/replicated.yaml (limited to 'qa/rgw_pool_type') diff --git a/qa/rgw_pool_type/ec-profile.yaml b/qa/rgw_pool_type/ec-profile.yaml new file mode 100644 index 000000000..05384cb53 --- /dev/null +++ b/qa/rgw_pool_type/ec-profile.yaml @@ -0,0 +1,10 @@ +overrides: + rgw: + ec-data-pool: true + erasure_code_profile: + name: testprofile + k: 3 + m: 1 + crush-failure-domain: osd + s3tests: + slow_backend: true diff --git a/qa/rgw_pool_type/ec.yaml b/qa/rgw_pool_type/ec.yaml new file mode 100644 index 000000000..7c99b7f85 --- /dev/null +++ b/qa/rgw_pool_type/ec.yaml @@ -0,0 +1,5 @@ +overrides: + rgw: + ec-data-pool: true + s3tests: + slow_backend: true diff --git a/qa/rgw_pool_type/replicated.yaml b/qa/rgw_pool_type/replicated.yaml new file mode 100644 index 000000000..c91709eaa --- /dev/null +++ b/qa/rgw_pool_type/replicated.yaml @@ -0,0 +1,3 @@ +overrides: + rgw: + ec-data-pool: false -- cgit v1.2.3