From a3d78d0516fc64e9309a6cb92bd6461defe6fd33 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 15 Mar 2016 16:55:10 +0000 Subject: [PATCH] suites: fix assumed filesystem pool name Tests shouldn't really assume the names of cephfs pools, but because it's hardcoded in the yaml here I'll just update it. Signed-off-by: John Spray --- suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml b/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml index f10b3e3abddd2..ded76de4963d7 100644 --- a/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml +++ b/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml @@ -6,9 +6,9 @@ tasks: - exec: client.0: - ceph osd pool create data_cache 4 - - ceph osd tier add data data_cache + - ceph osd tier add cephfs_data data_cache - ceph osd tier cache-mode data_cache writeback - - ceph osd tier set-overlay data data_cache + - ceph osd tier set-overlay cephfs_data data_cache - ceph osd pool set data_cache hit_set_type bloom - ceph osd pool set data_cache hit_set_count 8 - ceph osd pool set data_cache hit_set_period 3600 -- 2.39.5