]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: debug mgr by default 1428/head
authorSage Weil <sage@redhat.com>
Thu, 26 Mar 2020 22:05:24 +0000 (22:05 +0000)
committerSage Weil <sage@redhat.com>
Thu, 26 Mar 2020 22:41:26 +0000 (22:41 +0000)
Like we do the mon and osd.

Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/suite/placeholder.py

index 9af2ffb78e865b55fba1a5a8204bdcd21cb47173..1174207be5e8c3dda12ef95786d1fa4b2b401af0 100644 (file)
@@ -63,10 +63,13 @@ dict_templ = {
                     'debug mon': 20,
                     'debug ms': 1,
                     'debug paxos': 20},
+                'mgr': {
+                    'debug mgr': 20,
+                    'debug ms': 1},
                 'osd': {
                     'debug filestore': 20,
                     'debug journal': 20,
-                    'debug ms': 1,
+                    'debug ms': 20,
                     'debug osd': 25
                 }
             },