]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PGMap: do not warn about recovering, peering, stale
authorSage Weil <sage@redhat.com>
Wed, 28 Jun 2017 04:32:50 +0000 (00:32 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:52:02 +0000 (12:52 -0400)
Wait for stuck before complaining.  These aren't scary in and of
themselves.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/PGMap.cc

index 4ad6a6f04b406864b380edee2c1dbb3113cb7af2..dbd1b5812111b57db91e379d1c80ee8285a6222e 100644 (file)
@@ -2616,14 +2616,11 @@ void PGMap::get_health_checks(
        : state(s), severity(v) {}
     };
     vector<info_t> 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 },