]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/osd_operations/client_request: clarify get_obc stage message
authorSamuel Just <sjust@redhat.com>
Mon, 30 Jan 2023 06:16:25 +0000 (22:16 -0800)
committerSamuel Just <sjust@redhat.com>
Mon, 30 Jan 2023 06:16:25 +0000 (22:16 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/osd_operations/client_request.cc

index 87f28a482d2a91570ac7876d02491714e51d146e..8919637f1579957ce04d37cfea22e680faa7e85a 100644 (file)
@@ -226,7 +226,7 @@ ClientRequest::process_op(instance_handle_t &ihref, Ref<PG> &pg)
         return ihref.enter_stage<interruptor>(pp(*pg).get_obc, *this
        ).then_interruptible(
           [this, pg, &ihref]() mutable -> PG::load_obc_iertr::future<> {
-          logger().debug("{}: got obc lock", *this);
+          logger().debug("{}: in get_obc stage", *this);
           op_info.set_from_op(&*m, *pg->get_osdmap());
           return pg->with_locked_obc(
             m->get_hobj(), op_info,