]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/onode-staged-tree: fix log
authorYingxin Cheng <yingxin.cheng@intel.com>
Thu, 18 Mar 2021 08:22:08 +0000 (16:22 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Thu, 29 Apr 2021 08:03:37 +0000 (16:03 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_manager/seastore.h

index 4b584372d1d5296d54cc04c301b7353335e282b6..815a6a6705aa9582d570b7c79f1a92e2b8cb8e49 100644 (file)
@@ -89,7 +89,7 @@ class SeastoreNodeExtentManager final: public NodeExtentManager {
 
   tm_future<NodeExtentRef> alloc_extent(
       Transaction& t, extent_len_t len) override {
-    logger().debug("OTree::Seastore: allocating {}B ...", len);
+    logger().trace("OTree::Seastore: allocating {}B ...", len);
     return tm.alloc_extent<SeastoreNodeExtent>(t, addr_min, len
     ).safe_then([len](auto extent) {
       logger().debug("OTree::Seastore: allocated {}B at {:#x}",