]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: Support dump_historic_slow_ops 49232/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:36:30 +0000 (09:36 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 8cddd92e153a2e47dadcce1e7e6aa419ea2e4682)

src/mon/MonCommands.h

index 097f3f74e94304a8bd780069c4af0a24c033a296..16765874b415ac2c96a5200ffda6ae66bcebfb8d 100644 (file)
@@ -1375,6 +1375,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))