From 01c363de6340f9856861985923c44152e0ea7c86 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 10 May 2019 14:45:22 -0500 Subject: [PATCH] qa/tasks/ceph.conf: do not warn on TOO_FEW_OSDS Signed-off-by: Sage Weil (cherry picked from commit 0483c1c3e7ffdfa6a6f65c5ef000c45d2f096428) --- qa/tasks/ceph.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index c14370ad4c283..93363cddd94d2 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -25,6 +25,7 @@ mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false + mon warn on too few osds = false osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd" -- 2.39.5