]> 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>
Thu, 2 Feb 2023 10:14:46 +0000 (12:14 +0200)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/osd/OSD.cc

index 22fb7ca494c9ad5191e9f3b435f02df528727193..85fe40d81d2eb99cf981e3f8117fd8402bd796f3 100644 (file)
@@ -2606,6 +2606,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();