From 8da104915a52d56de1048109f9c991c5307fd7fb Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 9 Oct 2017 14:17:44 -0700 Subject: [PATCH] ceph.conf: enable debug asserts on shutdown Signed-off-by: Greg Farnum --- teuthology/ceph.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index f8a4b98512..a6c2c26d2a 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -33,6 +33,7 @@ mon allow pool delete = true mon cluster log file level = debug + debug asserts on shutdown = true [osd] osd journal size = 100 -- 2.39.5