From: Jason Dillaman Date: Tue, 27 Jun 2017 18:05:58 +0000 (-0400) Subject: qa/suites/rbd: test dynamic features with cache disabled X-Git-Tag: v10.2.10~36^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=79f220d08063077b08cda3acc447f30790ee9dfd;p=ceph.git 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) --- 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