From 54f075d9929bb9b361c9167ebd30398219ec8c6d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 6 Jul 2017 14:46:32 -0400 Subject: [PATCH] ceph.conf: crush-failure-domain=osd in ec profile Leave the old ruleset- one too for old ceph versions. We can remove it when luminous is the oldest version we want to test (or we move ceph.conf into ceph.git instead of teuthology.git). Signed-off-by: Sage Weil --- teuthology/ceph.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index 7c3f7ce9a8..101cd18d1b 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -24,7 +24,7 @@ mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false - osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd" + osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd" osd default data pool replay window = 5 -- 2.39.5