]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: stray PGInfo is not an error
authorSage Weil <sage.weil@dreamhost.com>
Sat, 10 Sep 2011 23:12:04 +0000 (16:12 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 10 Sep 2011 23:12:04 +0000 (16:12 -0700)
It is normal to get these immediately after we delete a pool.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mon/PGMonitor.cc

index 5f66a456fab4baaf089030b60c1bd7e8f98ab4ad..b1c3b64ff67f5762cdf2fd701edb24f8788cd589 100644 (file)
@@ -467,10 +467,8 @@ bool PGMonitor::prepare_pg_stats(MPGStats *stats)
     if (pg_map.pg_stat.count(pgid) == 0) {
       dout(15) << " got " << pgid << " reported at " << p->second.reported
               << " state " << pg_state_string(p->second.state)
-              << " but DNE in pg_map!!"
+              << " but DNE in pg_map; pool was probably deleted."
               << dendl;
-      mon->clog.error() << "got " << pgid << " pg_stat from osd" << from
-           << " but dne in pg_map\n";
       continue;
     }