From: Sage Weil Date: Thu, 26 Sep 2019 14:27:40 +0000 (-0500) Subject: qa/tasks/ceph.conf.template: disable power-of-2 warning X-Git-Tag: v15.1.0~1388^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30525%2Fhead;p=ceph.git qa/tasks/ceph.conf.template: disable power-of-2 warning Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 66c7e0f3f41e..38b9b87e8765 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -30,6 +30,7 @@ mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false + mon_warn_on_pool_pg_num_not_power_of_two = 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"