From a5b9939e1708070c92fbecaaa7ee2fd8c17be9e5 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 10 Dec 2012 14:33:41 -0800 Subject: [PATCH] ceph.conf: default to smaller recovery chunk Signed-off-by: Samuel Just Reviewed-by: Josh Durgin --- teuthology/ceph.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 7704c51e9da16..19f3ecf2b3fb9 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -25,6 +25,7 @@ osd scrub max interval = 600 osd recover clone overlap = true + osd recovery max chunk = 1048576 [mds] keyring = /tmp/cephtest/data/mds.$id.keyring -- 2.39.5