From f6c4d006421f6df734d3b555f3b5711e278d9154 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 28 May 2014 21:42:56 +0400 Subject: [PATCH] krbd: add librbd_fsx -K job Our fsx fork has recently gained a support for the krbd mode - add it to the test suite. Disable discard ops and randomized striping, both of which aren't ready yet. Signed-off-by: Ilya Dryomov --- suites/krbd/rbd-nomount/tasks/rbd_kfsx.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 suites/krbd/rbd-nomount/tasks/rbd_kfsx.yaml diff --git a/suites/krbd/rbd-nomount/tasks/rbd_kfsx.yaml b/suites/krbd/rbd-nomount/tasks/rbd_kfsx.yaml new file mode 100644 index 0000000000000..01302c77da4f5 --- /dev/null +++ b/suites/krbd/rbd-nomount/tasks/rbd_kfsx.yaml @@ -0,0 +1,10 @@ +tasks: +- rbd_fsx: + clients: [client.0] + ops: 5000 + krbd: true + readbdy: 512 + writebdy: 512 + truncbdy: 512 + punch_holes: false + randomized_striping: false -- 2.39.5