]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: don't log per-PG backfill messages at INFO level
authorJohn Spray <john.spray@redhat.com>
Tue, 4 Jul 2017 17:29:38 +0000 (13:29 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:52:03 +0000 (12:52 -0400)
This behaviour led to way too many messages going to
the cluster log when an OSD is marked in.  Retain
the messages at debug level.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osd/PG.cc

index 725c5dd2d5afc53e33a99aa0615924a1feaa139e..05ad63c69c121e55205399aeb2a9a65721dd5af9 100644 (file)
@@ -1677,7 +1677,7 @@ void PG::activate(ObjectStore::Transaction& t,
         * behind.
         */
        // backfill
-       osd->clog->info() << info.pgid << " starting backfill to osd." << peer
+       osd->clog->debug() << info.pgid << " starting backfill to osd." << peer
                         << " from (" << pi.log_tail << "," << pi.last_update
                          << "] " << pi.last_backfill
                         << " to " << info.last_update;