]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/fs: whitelist health warnings
authorSage Weil <sage@redhat.com>
Mon, 10 Jul 2017 16:40:01 +0000 (12:40 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:52:03 +0000 (12:52 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/basic_functional/overrides/whitelist_health.yaml [new file with mode: 0644]
qa/suites/fs/basic_functional/tasks/cephfs_scrub_tests.yaml
qa/suites/fs/thrash/overrides/whitelist_health.yaml [new file with mode: 0644]

index 4f2d6df18864d6b6eecba438de85d35ca917ac2e..155ca724529636d433401e1e0ec7064c230add75 100644 (file)
@@ -1,7 +1,12 @@
 overrides:
   ceph:
     log-whitelist:
+      - overall HEALTH_
+      - (OSD_DOWN)
+      - (OSD_
       - wrongly marked me down
+# MDS daemon 'b' is not responding, replacing it as rank 0 with standby 'a'
+      - is not responding
     conf:
       mds:
         debug mds: 20
diff --git a/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml b/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml
new file mode 100644 (file)
index 0000000..b5bf1fa
--- /dev/null
@@ -0,0 +1,9 @@
+overrides:
+  ceph:
+    log-whitelist:
+      - overall HEALTH_
+      - (FS_DEGRADED)
+      - (MDS_FAILED)
+      - (MDS_DEGRADED)
+      - (FS_WITH_FAILED_MDS)
+      - (MDS_DAMAGE)
index 3b2714689f0df1c03f23b3d818d942a97b8c87cf..30b3a96e20760c836ff5f1cda269322f727647cb 100644 (file)
@@ -4,6 +4,8 @@ overrides:
       - Scrub error on inode
       - Behind on trimming
       - Metadata damage detected
+      - overall HEALTH_
+      - (MDS_TRIM)
     conf:
       mds:
         mds log max segments: 1
diff --git a/qa/suites/fs/thrash/overrides/whitelist_health.yaml b/qa/suites/fs/thrash/overrides/whitelist_health.yaml
new file mode 100644 (file)
index 0000000..fc8119d
--- /dev/null
@@ -0,0 +1,8 @@
+overrides:
+  ceph:
+    log-whitelist:
+      - overall HEALTH_
+      - (FS_DEGRADED)
+      - (MDS_FAILED)
+      - (MDS_DEGRADED)
+      - (FS_WITH_FAILED_MDS)