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: v12.1.1~185^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57a507d845339e9052122755bd460eb6d61d6060;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 --- 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 000000000000..3f31b18e183c --- /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