From: NitzanMordhai Date: Thu, 18 May 2023 04:57:40 +0000 (+0000) Subject: suite: fix typo osd pool default size X-Git-Tag: 1.2.0~80^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=63ed009aad519f0c14456360a50605cb670d570a;p=teuthology.git suite: fix typo osd pool default size The 'osd pool default size' config had typo, we didn't took it and actually ignored it until this fix. Since we never use it and fixing the typo will cause all suites to use it, I'll delete it completely and if we want it in the future, lets fix it then. Signed-off-by: Nitzan Mordechai --- diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 20b191d1da..cc95e6e606 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -83,7 +83,6 @@ dict_templ = { 'log file': '/var/log/ceph/ceph-$name.$pid.log' }, 'mon': { - 'osd default pool size': 2 } } },