]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSD.cc: Add cluster_osdmap_trim_lower_bound to status
authorMatan Breizman <mbreizma@redhat.com>
Wed, 1 Feb 2023 09:42:25 +0000 (09:42 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 16 May 2023 09:57:59 +0000 (09:57 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit fd66cf8bad9d3a7700962ac6a5435f82061092c1)

src/osd/OSD.cc

index 7e4e06cea72c5b5dd064ca956525e16469c651e7..86838e9142a42a5d2d2bd6271f3a59f9b0cfa736 100644 (file)
@@ -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();