]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: better debug for maybe_handle_cache 3742/head
authorSage Weil <sage@redhat.com>
Thu, 19 Feb 2015 17:05:49 +0000 (09:05 -0800)
committerSage Weil <sage@redhat.com>
Mon, 23 Feb 2015 18:10:54 +0000 (10:10 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc

index 95f7f2b6463e1fd162bf9b61e43431c3238014db..c3cb5a94b5c4ec9e1a7bffc13556cb458c97e4fd 100644 (file)
@@ -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