From: lvshanchun Date: Wed, 28 Feb 2018 08:56:55 +0000 (+0800) Subject: mds: modify help info of dump_historic_ops and dump_historic_ops_by_duration X-Git-Tag: v13.0.2~77^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20615%2Fhead;p=ceph.git mds: modify help info of dump_historic_ops and dump_historic_ops_by_duration Signed-off-by: lvshanchun --- diff --git a/src/mds/MDSDaemon.cc b/src/mds/MDSDaemon.cc index 9eb133c03a64..a076328db07d 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -205,11 +205,11 @@ void MDSDaemon::set_up_admin_socket() assert(r == 0); r = admin_socket->register_command("dump_historic_ops", "dump_historic_ops", asok_hook, - "show slowest recent ops"); + "show recent ops"); assert(r == 0); r = admin_socket->register_command("dump_historic_ops_by_duration", "dump_historic_ops_by_duration", asok_hook, - "show slowest recent ops, sorted by op duration"); + "show recent ops, sorted by op duration"); assert(r == 0); r = admin_socket->register_command("scrub_path", "scrub_path name=path,type=CephString "