From 76e242d3aa52fc868fdea11eb7e0372bf2769073 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 15 Feb 2021 19:15:45 -0500 Subject: [PATCH] suite: lower debug_ms for osd back to 1 This was increased for some mgr issues in 044384be450a557f56a2b39bf7d0e71e69d45cd3, but isn't helping much now and is filling up disks for long-running tests. Signed-off-by: Josh Durgin --- teuthology/suite/placeholder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 2bfd07df85..4349527e87 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -70,7 +70,7 @@ dict_templ = { 'osd': { 'debug filestore': 20, 'debug journal': 20, - 'debug ms': 20, + 'debug ms': 1, 'debug osd': 25 } }, -- 2.39.5