From 1de9c90776998400492e836cf7acc5db1e0f9160 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 4 May 2017 13:11:27 -0500 Subject: [PATCH] qa/suites: set initial require_min_compat_client For cases where we are selecting crush tunables beyond the default min of hammer. Signed-off-by: Sage Weil --- qa/suites/rados/basic/tasks/readwrite.yaml | 2 ++ qa/suites/rados/thrash/workloads/small-objects.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/qa/suites/rados/basic/tasks/readwrite.yaml b/qa/suites/rados/basic/tasks/readwrite.yaml index 38343f316eb70..c04d14394fa40 100644 --- a/qa/suites/rados/basic/tasks/readwrite.yaml +++ b/qa/suites/rados/basic/tasks/readwrite.yaml @@ -2,6 +2,8 @@ overrides: ceph: crush_tunables: optimal conf: + mon: + mon osd initial require min compat client: luminous osd: osd_discard_disconnected_ops: false tasks: diff --git a/qa/suites/rados/thrash/workloads/small-objects.yaml b/qa/suites/rados/thrash/workloads/small-objects.yaml index ee20bc3c5632c..f5a18ae6e954d 100644 --- a/qa/suites/rados/thrash/workloads/small-objects.yaml +++ b/qa/suites/rados/thrash/workloads/small-objects.yaml @@ -1,6 +1,9 @@ overrides: ceph: crush_tunables: jewel + conf: + mon: + mon osd initial require min compat client: jewel tasks: - rados: clients: [client.0] -- 2.39.5