From: Sage Weil Date: Wed, 28 Jun 2017 04:32:50 +0000 (-0400) Subject: mon/PGMap: do not warn about recovering, peering, stale X-Git-Tag: v12.1.1~58^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e12afb714e6321dbb40f6ce1609ff171f4b47e5f;p=ceph.git mon/PGMap: do not warn about recovering, peering, stale Wait for stuck before complaining. These aren't scary in and of themselves. Signed-off-by: Sage Weil --- diff --git a/src/mon/PGMap.cc b/src/mon/PGMap.cc index 4ad6a6f04b40..dbd1b5812111 100644 --- a/src/mon/PGMap.cc +++ b/src/mon/PGMap.cc @@ -2616,14 +2616,11 @@ void PGMap::get_health_checks( : state(s), severity(v) {} }; vector state_checks = { - { PG_STATE_STALE }, { PG_STATE_DOWN }, { PG_STATE_UNDERSIZED }, { PG_STATE_DEGRADED }, { PG_STATE_INCONSISTENT, HEALTH_ERR }, - { PG_STATE_PEERING }, { PG_STATE_REPAIR }, - { PG_STATE_RECOVERING }, { PG_STATE_RECOVERY_WAIT }, { PG_STATE_INCOMPLETE, HEALTH_ERR }, { PG_STATE_BACKFILL_WAIT },