From 27b276e6c0b6b9363f491c1aa3760341df32c8e0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 29 Apr 2014 17:21:33 -0700 Subject: [PATCH] rgw: test with ec + cache pool Signed-off-by: Sage Weil --- rgw_pool_type/ec-cache.yaml | 4 ++++ rgw_pool_type/{erasure-coded.yaml => ec.yaml} | 0 2 files changed, 4 insertions(+) create mode 100644 rgw_pool_type/ec-cache.yaml rename rgw_pool_type/{erasure-coded.yaml => ec.yaml} (100%) diff --git a/rgw_pool_type/ec-cache.yaml b/rgw_pool_type/ec-cache.yaml new file mode 100644 index 0000000000000..fe47cb8f81c15 --- /dev/null +++ b/rgw_pool_type/ec-cache.yaml @@ -0,0 +1,4 @@ +overrides: + rgw: + ec-data-pool: true + cache-pools: true diff --git a/rgw_pool_type/erasure-coded.yaml b/rgw_pool_type/ec.yaml similarity index 100% rename from rgw_pool_type/erasure-coded.yaml rename to rgw_pool_type/ec.yaml -- 2.39.5