]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore: print extent length
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 22 Nov 2021 02:51:38 +0000 (10:51 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Thu, 9 Dec 2021 01:37:05 +0000 (09:37 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/cached_extent.h

index 83dd1df413eaf89f95cdc85d91126eb51658b733..921323f84c13f0a025a6363670f17fb5736a55f0 100644 (file)
@@ -170,6 +170,7 @@ public:
        << ", version=" << version
        << ", dirty_from_or_retired_at=" << dirty_from_or_retired_at
        << ", paddr=" << get_paddr()
+       << ", length=" << get_length()
        << ", state=" << state
        << ", last_committed_crc=" << last_committed_crc
        << ", refcount=" << use_count();