]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: modify help info of dump_historic_ops and dump_historic_ops_by_duration 20615/head
authorlvshanchun <lvshanchun@gmail.com>
Wed, 28 Feb 2018 08:56:55 +0000 (16:56 +0800)
committerlvshanchun <lvshanchun@gmail.com>
Wed, 28 Feb 2018 08:56:55 +0000 (16:56 +0800)
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
src/mds/MDSDaemon.cc

index 9eb133c03a64cd1446ea11b9d15daefd015a0840..a076328db07d7a0c85e273c9e1ecfe9cefd4e77b 100644 (file)
@@ -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 "