From 3f2cc3d2487ac8aacc64ffedd111b17fb861706f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 7 Apr 2017 13:13:58 -0400 Subject: [PATCH] osd/PrimaryLogPG: debug obs.exists from get_object_context Signed-off-by: Sage Weil --- src/osd/PrimaryLogPG.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index c8bf28fe4e7..df4ca618cac 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -9274,6 +9274,7 @@ ObjectContextRef PrimaryLogPG::get_object_context( dout(10) << __func__ << ": " << obc << " " << soid << " " << obc->rwstate << " oi: " << obc->obs.oi + << " exists: " << (int)obc->obs.exists << " ssc: " << obc->ssc << " snapset: " << obc->ssc->snapset << dendl; return obc; -- 2.39.5