summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2017-07-26 00:29:07 +0200
committerSage Weil <sage@redhat.com>2017-07-26 00:29:07 +0200
commit3683cdf496d564c8a179205230834528c7a328a9 (patch)
tree9b8314f1c76945d1c8bb415f51bb90ca9b776496 /qa/suites/rados
parentMerge pull request #15693 from dillaman/wip-osd-cmpext-ec-pool (diff)
downloadceph-3683cdf496d564c8a179205230834528c7a328a9.tar.xz
ceph-3683cdf496d564c8a179205230834528c7a328a9.zip
qa/suites/rados: at-end: ignore PG_{AVAILABILITY,DEGRADED}
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>
Diffstat (limited to 'qa/suites/rados')
-rw-r--r--qa/suites/rados/thrash/d-require-luminous/at-end.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/suites/rados/thrash/d-require-luminous/at-end.yaml b/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
index de21c635e7f..a18aa3342a0 100644
--- a/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
+++ b/qa/suites/rados/thrash/d-require-luminous/at-end.yaml
@@ -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