From 4f68e3ee122d0d2bb18d7f75b711962b272d3edd 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 5bd1d833818de..913c9dce5102b 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -18,6 +18,8 @@ osd recover clone overlap = true osd recovery max chunk = 1048576 + osd debug op order = true + [mon] debug ms = 1 -- 2.39.5