]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osdc/Objecter: rename nicks to be <= 4 chars
authorSage Weil <sage@redhat.com>
Tue, 28 Mar 2017 02:40:43 +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/osdc/Objecter.cc

index 0d8138d8909210c7acb4885b49e3f68c02fd68b3..b9a7a45ff0231241f54d3569549db9028643c284 100644 (file)
@@ -252,11 +252,11 @@ void Objecter::init()
 
     pcb.add_u64_counter(l_osdc_op, "op", "Operations");
     pcb.add_u64_counter(l_osdc_op_r, "op_r",
-                       "Read operations", "read");
+                       "Read operations", "rd");
     pcb.add_u64_counter(l_osdc_op_w, "op_w",
-                       "Write operations", "writ");
+                       "Write operations", "wr");
     pcb.add_u64_counter(l_osdc_op_rmw, "op_rmw",
-                       "Read-modify-write operations");
+                       "Read-modify-write operations", "rdwr");
     pcb.add_u64_counter(l_osdc_op_pg, "op_pg", "PG operation");
 
     pcb.add_u64_counter(l_osdc_osdop_stat, "osdop_stat", "Stat operations");