From 9a69c3f3191c129cc31d71b543e82f8fe55b202b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 30 Mar 2012 16:15:20 -0700 Subject: [PATCH] ceph.conf: enable 'osd recover clone overlap' to test the recovery cloning in qa. this was redone, but forgot to enable it in qa. --- teuthology/ceph.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 05dd167838435..e8e730f469989 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -21,6 +21,8 @@ osd scrub load threshold = 5.0 osd scrub max interval = 600 + osd recover clone overlap = true + [mds] keyring = /tmp/cephtest/data/mds.$id.keyring lockdep = 1 -- 2.39.5