]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: Support dump_historic_slow_ops 49233/head
authorMatan Breizman <mbreizma@redhat.com>
Sun, 20 Nov 2022 10:02:04 +0000 (10:02 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 4 Dec 2022 09:41:30 +0000 (09:41 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 8cddd92e153a2e47dadcce1e7e6aa419ea2e4682)

src/mon/MonCommands.h

index f5ca47eb43ba1b48d4c8d213e33cbd97700916dc..d8b3cfbc535d447b721b0a3885c5b4e51d33d112 100644 (file)
@@ -1402,6 +1402,10 @@ COMMAND_WITH_FLAG("sessions",
             "mon", "r",
             FLAG(TELL))
 COMMAND_WITH_FLAG("dump_historic_ops",
-            "dump_historic_ops",
+            "show recent ops",
+            "mon", "r",
+            FLAG(TELL))
+COMMAND_WITH_FLAG("dump_historic_slow_ops",
+            "show recent slow ops",
             "mon", "r",
             FLAG(TELL))