mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #48972 from Matan-B/wip-matanb-mon-dump-slow-ops
mon/MonCommands: Support dump_historic_slow_ops Reviewed-by: Neha Ojha <nojha@redhat.com> Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
commit
975ea40acd
@ -1398,6 +1398,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))
|
||||
|
Loading…
Reference in New Issue
Block a user