From: Matan Breizman Date: Wed, 1 Feb 2023 09:46:57 +0000 (+0000) Subject: crimson/osd/osd.cc: Add cluster_osdmap_trim_lower_bound to print X-Git-Tag: v18.1.0~278^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27584ffcd6bb5aaa7606f80646808687bdc54f38;p=ceph.git crimson/osd/osd.cc: Add cluster_osdmap_trim_lower_bound to print Signed-off-by: Matan Breizman --- diff --git a/src/crimson/osd/osd.cc b/src/crimson/osd/osd.cc index bae5cecfbe2..0d282327e65 100644 --- a/src/crimson/osd/osd.cc +++ b/src/crimson/osd/osd.cc @@ -675,8 +675,10 @@ void OSD::print(std::ostream& out) const { out << "{osd." << superblock.whoami << " " << superblock.osd_fsid << " [" << superblock.oldest_map - << "," << superblock.newest_map << "] " << pg_shard_manager.get_num_pgs() - << " pgs}"; + << "," << superblock.newest_map << "] " + << "tlb:" << superblock.cluster_osdmap_trim_lower_bound + << " pgs:" << pg_shard_manager.get_num_pgs() + << "}"; } std::optional>