From 45116a87e4c7740c20f54ebb6d1869934cf76109 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Tue, 30 Aug 2016 12:00:27 +0200 Subject: [PATCH] krbd/unmap: set tunables to bobtail Kernel 3.13, which is used in pre-single-major.yaml test, doesn't support firefly tunables (default in jewel, up from bobtail tunables). This went unnoticed for a while because of a kernel task regression - the pre-single-major override was ignored. Signed-off-by: Ilya Dryomov (cherry picked from commit 39883e9d9f7267f92dacb40cee10794503c88539) --- suites/krbd/unmap/ceph/ceph.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suites/krbd/unmap/ceph/ceph.yaml b/suites/krbd/unmap/ceph/ceph.yaml index 2030acb9083..a9713b39387 100644 --- a/suites/krbd/unmap/ceph/ceph.yaml +++ b/suites/krbd/unmap/ceph/ceph.yaml @@ -1,3 +1,6 @@ +overrides: + ceph: + crush_tunables: bobtail tasks: - install: - ceph: -- 2.47.3