From f9173938ba19961e8a02883bf4f184c5b5d91a9e Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 18 Aug 2016 14:15:07 +0200 Subject: [PATCH] krbd: enable exclusive-lock feature Signed-off-by: Ilya Dryomov --- suites/krbd/rbd-nomount/conf.yaml | 2 +- suites/krbd/rbd/conf.yaml | 2 +- suites/krbd/rbd/tasks/rbd_fio.yaml | 2 +- suites/krbd/singleton/conf.yaml | 2 +- suites/krbd/thrash/conf.yaml | 2 +- suites/krbd/thrash/workloads/rbd_fio.yaml | 2 +- suites/krbd/unmap/conf.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/suites/krbd/rbd-nomount/conf.yaml b/suites/krbd/rbd-nomount/conf.yaml index 3ee426ba1d4..8279674dfa7 100644 --- a/suites/krbd/rbd-nomount/conf.yaml +++ b/suites/krbd/rbd-nomount/conf.yaml @@ -4,4 +4,4 @@ overrides: global: ms die on skipped message: false client: - rbd default features: 1 + rbd default features: 5 diff --git a/suites/krbd/rbd/conf.yaml b/suites/krbd/rbd/conf.yaml index 3ee426ba1d4..8279674dfa7 100644 --- a/suites/krbd/rbd/conf.yaml +++ b/suites/krbd/rbd/conf.yaml @@ -4,4 +4,4 @@ overrides: global: ms die on skipped message: false client: - rbd default features: 1 + rbd default features: 5 diff --git a/suites/krbd/rbd/tasks/rbd_fio.yaml b/suites/krbd/rbd/tasks/rbd_fio.yaml index 548403c8b78..01088fa4606 100644 --- a/suites/krbd/rbd/tasks/rbd_fio.yaml +++ b/suites/krbd/rbd/tasks/rbd_fio.yaml @@ -5,7 +5,7 @@ tasks: client.0: fio-io-size: 90% formats: [2] - features: [[layering]] + features: [[layering,exclusive-lock]] io-engine: sync rw: randrw runtime: 900 diff --git a/suites/krbd/singleton/conf.yaml b/suites/krbd/singleton/conf.yaml index 3ee426ba1d4..8279674dfa7 100644 --- a/suites/krbd/singleton/conf.yaml +++ b/suites/krbd/singleton/conf.yaml @@ -4,4 +4,4 @@ overrides: global: ms die on skipped message: false client: - rbd default features: 1 + rbd default features: 5 diff --git a/suites/krbd/thrash/conf.yaml b/suites/krbd/thrash/conf.yaml index 3ee426ba1d4..8279674dfa7 100644 --- a/suites/krbd/thrash/conf.yaml +++ b/suites/krbd/thrash/conf.yaml @@ -4,4 +4,4 @@ overrides: global: ms die on skipped message: false client: - rbd default features: 1 + rbd default features: 5 diff --git a/suites/krbd/thrash/workloads/rbd_fio.yaml b/suites/krbd/thrash/workloads/rbd_fio.yaml index f219ae190e3..191928e5ba1 100644 --- a/suites/krbd/thrash/workloads/rbd_fio.yaml +++ b/suites/krbd/thrash/workloads/rbd_fio.yaml @@ -3,7 +3,7 @@ tasks: client.0: fio-io-size: 90% formats: [2] - features: [[layering]] + features: [[layering,exclusive-lock]] io-engine: sync rw: randrw runtime: 1200 diff --git a/suites/krbd/unmap/conf.yaml b/suites/krbd/unmap/conf.yaml index 429b8e145a0..8984e8dc832 100644 --- a/suites/krbd/unmap/conf.yaml +++ b/suites/krbd/unmap/conf.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: client: - rbd default features: 1 + rbd default features: 1 # pre-single-major is v3.13, so layering only -- 2.39.5