From e5c88e2c49266447334aa42b90a3f8004ea31eab Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 4 May 2021 17:23:35 -0400 Subject: [PATCH] qa/tasks/cephadm.conf: autotune osd memory by default Signed-off-by: Sage Weil --- qa/tasks/cephadm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/tasks/cephadm.conf b/qa/tasks/cephadm.conf index 4a7945ac31d2a..bd1ab821eca52 100644 --- a/qa/tasks/cephadm.conf +++ b/qa/tasks/cephadm.conf @@ -46,6 +46,8 @@ osd deep scrub update digest min age = 30 osd map max advance = 10 +osd memory target autotune = true + # debugging osd debug shutdown = true osd debug op order = true -- 2.39.5