]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: fix typo osd pool default size 1845/head
authorNitzanMordhai <nmordech@redhat.com>
Thu, 18 May 2023 04:57:40 +0000 (04:57 +0000)
committerNitzanMordhai <nmordech@redhat.com>
Sun, 21 May 2023 11:30:43 +0000 (11:30 +0000)
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 <nmordech@redhat.com>
teuthology/suite/placeholder.py

index 20b191d1daf5d7ebae6db0ac4abfdda517928ce4..cc95e6e60691f122ecefef552eb91da4d9f123ff 100644 (file)
@@ -83,7 +83,6 @@ dict_templ = {
                     'log file': '/var/log/ceph/ceph-$name.$pid.log'
                 },
                 'mon': {
-                    'osd default pool size': 2
                 }
             }
         },