]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: more debug output in handle_pg_notify
authorSage Weil <sage@newdream.net>
Mon, 12 May 2008 04:05:18 +0000 (21:05 -0700)
committerSage Weil <sage@newdream.net>
Mon, 12 May 2008 04:05:18 +0000 (21:05 -0700)
src/osd/OSD.cc

index e15b0d1992cac835c78d0f3e76f5a12e3b5f15e6..b3c96e9cca95c8ae56fd0e503da4bc66602f3196 100644 (file)
@@ -2166,7 +2166,8 @@ void OSD::handle_pg_notify(MOSDPGNotify *m)
     }
 
     // ok!
-    
+    dout(10) << *pg << " osd" << from << " " << *it << dendl;
+
     // stray?
     bool acting = pg->is_acting(from);
     if (!acting && (*it).last_epoch_started > 0) {