From 79f220d08063077b08cda3acc447f30790ee9dfd Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 27 Jun 2017 14:05:58 -0400 Subject: [PATCH] qa/suites/rbd: test dynamic features with cache disabled The journaling logic follows different paths depending on the cache configuration. Signed-off-by: Jason Dillaman (cherry picked from commit 57a507d845339e9052122755bd460eb6d61d6060) --- .../workloads/dynamic_features_no_cache.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml diff --git a/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml b/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml new file mode 100644 index 0000000000000..3f31b18e183cb --- /dev/null +++ b/qa/suites/rbd/maintenance/workloads/dynamic_features_no_cache.yaml @@ -0,0 +1,13 @@ +tasks: +- ceph: + conf: + client: + rbd cache: false +op_workload: + sequential: + - workunit: + clients: + client.0: + - rbd/qemu_dynamic_features.sh + env: + IMAGE_NAME: client.0.1-clone -- 2.39.5