From a276606312120538d2eb21a01bdb600e043368b4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 7 Dec 2013 13:20:58 -0800 Subject: [PATCH] ceph.conf: default to 2x A bunch of our tests rely on this; they need to be fixed before we can run at 3x. 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 c6c6256d7c..00ca6c4011 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -29,6 +29,8 @@ osd open classes on start = true osd debug pg log writeout = true + osd pool default size = 2 + [mon] debug ms = 1 debug mon = 20 -- 2.39.5