From: Matan Breizman Date: Wed, 1 Feb 2023 09:42:25 +0000 (+0000) Subject: osd/OSD.cc: Add cluster_osdmap_trim_lower_bound to status X-Git-Tag: v17.2.7~393^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c8ddc6decf45dc650215298a242f0ea95dc42ed;p=ceph.git osd/OSD.cc: Add cluster_osdmap_trim_lower_bound to status Signed-off-by: Matan Breizman (cherry picked from commit fd66cf8bad9d3a7700962ac6a5435f82061092c1) --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index cf4502ac3a31..79da854e8d47 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2640,6 +2640,8 @@ void OSD::asok_command( f->dump_unsigned("whoami", superblock.whoami); f->dump_string("state", get_state_name(get_state())); f->dump_unsigned("oldest_map", superblock.oldest_map); + f->dump_unsigned("cluster_osdmap_trim_lower_bound", + superblock.cluster_osdmap_trim_lower_bound); f->dump_unsigned("newest_map", superblock.newest_map); f->dump_unsigned("num_pgs", num_pgs); f->close_section();