]> 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 10:36:52 +0000 (10:36 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit fd66cf8bad9d3a7700962ac6a5435f82061092c1)

src/osd/OSD.cc

index cf4502ac3a316ae9186ef5dcd311d37a6039e0fd..79da854e8d479104a89eb0bb419b4af10f42f128 100644 (file)
@@ -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();