From: Josh Durgin Date: Tue, 16 Feb 2021 00:15:45 +0000 (-0500) Subject: suite: lower debug_ms for osd back to 1 X-Git-Tag: 1.1.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1615%2Fhead;p=teuthology.git 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 --- diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 2bfd07df8..4349527e8 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 } },