]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimosn/osd: log obtaining obc
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 11 Apr 2023 21:05:55 +0000 (21:05 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 11 Oct 2023 11:34:47 +0000 (11:34 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit 8b0eb9f5bbb258ae888b81b9736494e42d99be46)

src/crimson/osd/osd_operations/client_request.cc

index 6d30f73af5b4b408f1ac037b3142e967ebea0964..7ce1a40db633ddd786660e70c9de180aedd3a58b 100644 (file)
@@ -226,6 +226,7 @@ ClientRequest::process_op(instance_handle_t &ihref, Ref<PG> &pg)
           return pg->with_locked_obc(
             m->get_hobj(), op_info,
             [this, pg, &ihref](auto obc) mutable {
+              logger().debug("{}: got obc {}", *this, obc->obs.exists);
               return ihref.enter_stage<interruptor>(
                 pp(*pg).process, *this
               ).then_interruptible([this, pg, obc, &ihref]() mutable {