]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados: at-end: ignore PG_{AVAILABILITY,DEGRADED} 16575/head
authorSage Weil <sage@redhat.com>
Tue, 25 Jul 2017 22:29:07 +0000 (18:29 -0400)
committerSage Weil <sage@redhat.com>
Tue, 25 Jul 2017 22:29:07 +0000 (18:29 -0400)
With the peering deletes change, setting luminous sets the osdmap flag
which triggers a new peering interval.  That can lead to health warnings
about PG_AVAILABILITY or PG_DEGRADED.  Ignore those!

Fixes: http://tracker.ceph.com/issues/20693
Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/thrash/d-require-luminous/at-end.yaml

index de21c635e7fede6345164b8ba671ead197d76634..a18aa3342a01094b9178f97e0246520a3c15968a 100644 (file)
@@ -21,5 +21,11 @@ overrides:
     conf:
       global:
         mon debug no require luminous: true
+
+# setting luminous triggers peering, which *might* trigger health alerts
+    log-whitelist:
+      - overall HEALTH_
+      - (PG_AVAILABILITY)
+      - (PG_DEGRADED)
   thrashosds:
     chance_thrash_cluster_full: 0