]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: rename nicks to be <= 4 chars
authorSage Weil <sage@redhat.com>
Tue, 28 Mar 2017 02:40:36 +0000 (22:40 -0400)
committerDan Mick <dan.mick@redhat.com>
Tue, 25 Apr 2017 23:19:01 +0000 (16:19 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc

index b196f1fba9e0c6d7a5eadc49c6d9c79069111e2d..e58f272c8cb43b518c2ce2e396511089eb2071b7 100644 (file)
@@ -2750,7 +2750,7 @@ void OSD::create_logger()
   osd_plb.add_u64_counter(l_osd_op_outb,  "op_out_bytes",
       "Client operations total read size", "rd");      // client op out bytes (reads)
   osd_plb.add_time_avg(l_osd_op_lat,   "op_latency",
-      "Latency of client operations (including queue time)", "lat");       // client op latency
+      "Latency of client operations (including queue time)", "l");       // client op latency
   osd_plb.add_time_avg(l_osd_op_process_lat, "op_process_latency",
       "Latency of client operations (excluding queue time)");   // client op process latency
   osd_plb.add_time_avg(l_osd_op_prepare_lat, "op_prepare_latency",
@@ -2819,7 +2819,7 @@ void OSD::create_logger()
   osd_plb.add_u64_counter(l_osd_push_outb, "push_out_bytes", "Pushed size");  // pushed bytes
 
   osd_plb.add_u64_counter(l_osd_rop, "recovery_ops",
-      "Started recovery operations", "recop");       // recovery ops (started)
+      "Started recovery operations", "rop");       // recovery ops (started)
 
   osd_plb.add_u64(l_osd_loadavg, "loadavg", "CPU load");
   osd_plb.add_u64(l_osd_buf, "buffer_bytes", "Total allocated buffer size");       // total ceph::buffer bytes