From: Sage Weil Date: Thu, 18 Jun 2009 23:39:19 +0000 (-0700) Subject: osd: be a bit more verbose about peer_info X-Git-Tag: v0.9~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5720080b6fcbb7858d3b2fb43ddb561bbeb8d83e;p=ceph.git osd: be a bit more verbose about peer_info Looking for residual bug where peer_info info is somehow missing when activate() happens... --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 6e9d691a446a..9f0ae2221a28 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -250,6 +250,7 @@ void PG::proc_replica_log(ObjectStore::Transaction& t, Info &oinfo, Log &olog, M } peer_info[from] = oinfo; + dout(10) << " peer osd" << from << " now " << oinfo << dendl; search_for_missing(olog, omissing, from); peer_missing[from].swap(omissing); @@ -1175,7 +1176,11 @@ void PG::peer(ObjectStore::Transaction& t, bool have_all_missing = true; for (unsigned i=1; i