From 5216d3c7a9337d46190628040f4715adb7cf6672 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 20 Feb 2012 14:54:10 -0800 Subject: [PATCH] ceph.conf: no lockdep by default --- teuthology/ceph.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 20840a04301ae..667121d2a93c9 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -7,7 +7,6 @@ admin socket = /tmp/cephtest/asok.$name [mon] - lockdep = 1 mon data = /tmp/cephtest/data/mon.$id [osd] @@ -16,7 +15,6 @@ osd journal size = 100 keyring = /tmp/cephtest/data/osd.$id.keyring osd class dir = /tmp/cephtest/binary/usr/local/lib/rados-classes - lockdep = 1 osd scrub load threshold = 5.0 osd scrub max interval = 600 -- 2.39.5