From be857fbe53ab4775f4510b5a84ef9fb576e30c3a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 4 Oct 2016 15:44:13 -0400 Subject: [PATCH] ceph.conf: debug auth on mon Tracking down an intermitted EPERM from mon... I think related to rotating keys. See http://tracker.ceph.com/issues/17495 Signed-off-by: Sage Weil --- teuthology/ceph.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index 48a48e5402..2f17c6da94 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -55,6 +55,7 @@ debug ms = 1 debug mon = 20 debug paxos = 20 + debug auth = 20 mon data avail warn = 5 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd -- 2.39.5