From 49e0e3f5ad14beb39c83c1879610137b5557c666 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Jul 2011 20:32:34 -0700 Subject: [PATCH] ceph.conf: clean out random debug level changes keep it simple! --- teuthology/ceph.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 851530325b..2f645d7e75 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -18,11 +18,6 @@ [osd] osd scrub load threshold = 5.0 lockdep = 1 - debug ms = 1 - debug osd = 10 - debug monc = 10 - debug journal = 10 - debug filestore = 10 osd data = /tmp/cephtest/data/osd.$id.data osd journal = /tmp/cephtest/data/osd.$id.journal osd journal size = 100 @@ -31,10 +26,6 @@ [mds] lockdep = 1 - debug ms = 1 - debug mds = 1 - debug auth = 10 - debug monc = 10 mds debug scatterstat = true mds verify scatter = true mds log max segments = 2 -- 2.39.5