]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove stray derr 24042/head
authorSage Weil <sage@redhat.com>
Tue, 11 Sep 2018 21:25:41 +0000 (16:25 -0500)
committerSage Weil <sage@redhat.com>
Tue, 11 Sep 2018 21:25:41 +0000 (16:25 -0500)
This was debug output that crept into the final commit.

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

index 54036aa31ea075e3676752f35d2df229cd9c30ca..57f6d9fa06312fc70a91308e096e951d701bd0a3 100644 (file)
@@ -360,8 +360,6 @@ void OSDService::identify_splits_and_merges(
         q != p->second.end() &&
           q->first <= new_map->get_epoch();
         ++q) {
-      derr << __func__ << " q " << q->first
-          << " pgnum " << pgnum << " -> " << q->second << dendl;
       if (pgnum < q->second) {
        // split?
        if (cur.ps() < pgnum) {