From 25dcc9620b70752be2d8a676d6dc91b2ca20ea57 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 27 Mar 2017 22:40:43 -0400 Subject: [PATCH] osdc/Objecter: rename nicks to be <= 4 chars Signed-off-by: Sage Weil --- src/osdc/Objecter.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osdc/Objecter.cc b/src/osdc/Objecter.cc index 0d8138d89092..b9a7a45ff023 100644 --- a/src/osdc/Objecter.cc +++ b/src/osdc/Objecter.cc @@ -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"); -- 2.47.3