From 07e324ae65d0c6663fb17a76daeb421bdbeae298 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 6 Mar 2013 21:35:41 -0800 Subject: [PATCH] ceph.conf: osd debug op order = true Debug the osd op ordering by default. Most of the runs have a small number of clients, which makes the STL maps cheap. Signed-off-by: Sage Weil --- teuthology/ceph.conf.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index 23d04ec314264..67f0c4d34075f 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -19,6 +19,8 @@ osd recover clone overlap = true osd recovery max chunk = 1048576 + osd debug op order = true + [mon] debug ms = 1 -- 2.39.5