From e747abef4ee54f2011616fef7d32efa10e0935e1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 20 Feb 2013 21:17:39 -0800 Subject: [PATCH] rbd/librbd: fix the cache mode facet This appears to have been broken, which means we weren't actually testing any of the non-default cache modes (writethrough, none). Whoops! We were getting jobs like task: - install: null - ceph: conf: client: rbd cache: false tasks: - chef: null - clock: null - install: null - ceph: null - rbd_fsx: clients: - client.0 ops: 5000 Signed-off-by: Sage Weil --- suites/rbd/librbd/cache/none.yaml | 2 +- suites/rbd/librbd/cache/writeback.yaml | 2 +- suites/rbd/librbd/cache/writethrough.yaml | 2 +- suites/rbd/librbd/ceph/ceph.yaml | 3 --- 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 suites/rbd/librbd/ceph/ceph.yaml diff --git a/suites/rbd/librbd/cache/none.yaml b/suites/rbd/librbd/cache/none.yaml index 5b04b673d909b..42fd9c95562ac 100644 --- a/suites/rbd/librbd/cache/none.yaml +++ b/suites/rbd/librbd/cache/none.yaml @@ -1,4 +1,4 @@ -task: +tasks: - install: - ceph: conf: diff --git a/suites/rbd/librbd/cache/writeback.yaml b/suites/rbd/librbd/cache/writeback.yaml index f8de49b46db00..86fe06afa0501 100644 --- a/suites/rbd/librbd/cache/writeback.yaml +++ b/suites/rbd/librbd/cache/writeback.yaml @@ -1,4 +1,4 @@ -task: +tasks: - install: - ceph: conf: diff --git a/suites/rbd/librbd/cache/writethrough.yaml b/suites/rbd/librbd/cache/writethrough.yaml index edba88c07766d..6dc29e16c02c7 100644 --- a/suites/rbd/librbd/cache/writethrough.yaml +++ b/suites/rbd/librbd/cache/writethrough.yaml @@ -1,4 +1,4 @@ -task: +tasks: - install: - ceph: conf: diff --git a/suites/rbd/librbd/ceph/ceph.yaml b/suites/rbd/librbd/ceph/ceph.yaml deleted file mode 100644 index 2030acb90836c..0000000000000 --- a/suites/rbd/librbd/ceph/ceph.yaml +++ /dev/null @@ -1,3 +0,0 @@ -tasks: -- install: -- ceph: -- 2.39.5