From: Sage Weil Date: Thu, 19 Feb 2015 17:05:49 +0000 (-0800) Subject: osd: better debug for maybe_handle_cache X-Git-Tag: v0.93~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3742%2Fhead;p=ceph.git osd: better debug for maybe_handle_cache Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 95f7f2b6463e..c3cb5a94b5c4 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -1810,10 +1810,14 @@ bool ReplicatedPG::maybe_handle_cache(OpRequestRef op, dout(25) << __func__ << " " << obc->obs.oi << " " << (obc->obs.exists ? "exists" : "DNE") << " missing_oid " << missing_oid + << " must_promote " << (int)must_promote + << " in_hit_set " << (int)in_hit_set << dendl; else dout(25) << __func__ << " (no obc)" << " missing_oid " << missing_oid + << " must_promote " << (int)must_promote + << " in_hit_set " << (int)in_hit_set << dendl; // if it is write-ordered and blocked, stop now