]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade/*-x: ignore more POOL_APP_NOT_ENABLED variants 60969/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 9 Dec 2024 15:31:24 +0000 (16:31 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 10 Dec 2024 21:02:34 +0000 (22:02 +0100)
Cover warnings like

  [WRN] Health detail: HEALTH_WARN 1 pool(s) do not have an application enabled" in cluster log
  [WRN] application not enabled on pool 'cephfs_metadata'" in cluster log
  [WRN] use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications." in cluster log

and also the non-parenthesized form.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/suites/upgrade/quincy-x/parallel/0-start.yaml
qa/suites/upgrade/quincy-x/stress-split/1-start.yaml
qa/suites/upgrade/reef-x/parallel/0-start.yaml
qa/suites/upgrade/reef-x/stress-split/1-start.yaml

index a0a5904c0a5185b8c397daee988b47a06b4f3337..62fb6427f72231354e22a99a0285b7dabd9e89ab 100644 (file)
@@ -32,7 +32,10 @@ overrides:
       osd:
         osd shutdown pgref assert: true
     log-ignorelist:
-      - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - application not enabled
+      - or freeform for custom applications
+      - POOL_APP_NOT_ENABLED
       - is down
       - OSD_DOWN
       - mons down
index a59e703c6715b99804e479a8a49b156246a25c02..5641471629eb6ad0f72f256fc13d9126856e54f2 100644 (file)
@@ -1,7 +1,10 @@
 overrides:
   ceph:
     log-ignorelist:
-      - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - application not enabled
+      - or freeform for custom applications
+      - POOL_APP_NOT_ENABLED
       - is down
       - OSD_DOWN
       - mons down
index a0a5904c0a5185b8c397daee988b47a06b4f3337..62fb6427f72231354e22a99a0285b7dabd9e89ab 100644 (file)
@@ -32,7 +32,10 @@ overrides:
       osd:
         osd shutdown pgref assert: true
     log-ignorelist:
-      - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - application not enabled
+      - or freeform for custom applications
+      - POOL_APP_NOT_ENABLED
       - is down
       - OSD_DOWN
       - mons down
index e805c1b8bee1388adcd581fc14f47012a4421f8c..59ccfe2cd02428ff621121a017c4db5bf49501e6 100644 (file)
@@ -1,7 +1,10 @@
 overrides:
   ceph:
     log-ignorelist:
-      - \(POOL_APP_NOT_ENABLED\)
+      - do not have an application enabled
+      - application not enabled
+      - or freeform for custom applications
+      - POOL_APP_NOT_ENABLED
       - is down
       - OSD_DOWN
       - mons down