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: v16.2.14~69^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=45fae668dd189ff57999230d3ab3858629823c36;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 7e4e06cea72c..86838e9142a4 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2618,6 +2618,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();