]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: MonOpRequest: change service names in mark_*_event()
authorJoao Eduardo Luis <joao@suse.de>
Wed, 17 Jun 2015 12:00:26 +0000 (13:00 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Thu, 16 Jul 2015 17:06:07 +0000 (18:06 +0100)
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/mon/MonOpRequest.h

index 0c5f78b76d6fc5feb61bad0bdf53d5a56962ac5d..e81eab21d53b279a7709fccfb0a8fde1625972c1 100644 (file)
@@ -42,19 +42,19 @@ struct MonOpRequest : public TrackedOp {
   }
 
   void mark_logmon_event(const string &event) {
-    mark_svc_event("logmon", event);
+    mark_svc_event("logm", event);
   }
   void mark_osdmon_event(const string &event) {
-    mark_svc_event("osdmon", event);
+    mark_svc_event("osdmap", event);
   }
   void mark_pgmon_event(const string &event) {
-    mark_svc_event("pgmon", event);
+    mark_svc_event("pgmap", event);
   }
   void mark_mdsmon_event(const string &event) {
-    mark_svc_event("mdsmon", event);
+    mark_svc_event("mdsmap", event);
   }
   void mark_authmon_event(const string &event) {
-    mark_svc_event("authmon", event);
+    mark_svc_event("auth", event);
   }
   void mark_paxos_event(const string &event) {
     mark_svc_event("paxos", event);