]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/object_context_loader: with_head_obc to log `existed`
authorMatan Breizman <mbreizma@redhat.com>
Thu, 30 May 2024 11:48:46 +0000 (11:48 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 13 Jun 2024 12:34:01 +0000 (15:34 +0300)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 583cb17a308c9c56851719371aac75d08e3f35c8)

src/crimson/osd/object_context_loader.cc

index 79185a9460e9bfcd9ca8dde2f6cfdbb50ab716f7..de147f2ee0e050d37fded09e5b50571ab1ed750d 100644 (file)
@@ -14,7 +14,8 @@ using crimson::common::local_conf;
   {
     LOG_PREFIX(ObjectContextLoader::with_head_obc);
     auto [obc, existed] = obc_registry.get_cached_obc(oid);
-    DEBUGDPP("object {}", dpp, obc->get_oid());
+    DEBUGDPP("object {} existed {}",
+             dpp, obc->get_oid(), existed);
     assert(obc->is_head());
     obc->append_to(obc_set_accessing);
     return obc->with_lock<State, IOInterruptCondition>(