]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/mgr/dashboard/test_cluster_configuration.py
import 14.2.4 nautilus point release
[ceph.git] / ceph / qa / tasks / mgr / dashboard / test_cluster_configuration.py
index 450d9021106c06316b144acfa5726a99eddfa3d9..798afe9c19c17779009903b2749b3a1feed8ef04 100644 (file)
@@ -286,7 +286,6 @@ class ClusterConfigurationTest(DashboardTestCase):
         """
         This test case is intended to check the existence of all hard coded config options used by
         the dashboard.
-
         If you include further hard coded options in the dashboard, feel free to add them to the
         list.
         """
@@ -326,7 +325,8 @@ class ClusterConfigurationTest(DashboardTestCase):
             'osd_scrub_interval_randomize_ratio',  # osd-pg-scrub
             'osd_scrub_invalid_stats',  # osd-pg-scrub
             'osd_scrub_load_threshold',  # osd-pg-scrub
-            'osd_scrub_max_preemptions'  # osd-pg-scrub
+            'osd_scrub_max_preemptions',  # osd-pg-scrub
+            'mon_allow_pool_delete'  # pool-list
         ]
 
         for config_option in hard_coded_options: