From 63ed009aad519f0c14456360a50605cb670d570a Mon Sep 17 00:00:00 2001 From: NitzanMordhai Date: Thu, 18 May 2023 04:57:40 +0000 Subject: [PATCH] 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 --- teuthology/suite/placeholder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 20b191d1d..cc95e6e60 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 } } }, -- 2.47.3