From 64f6ef3913c6aa7f2ae77c5e85d399a439bbb129 Mon Sep 17 00:00:00 2001 From: lvshuhua Date: Sat, 4 Feb 2017 17:09:20 +0800 Subject: [PATCH] osd: correct comment of perfcounter cached_crc in code Signed-off-by: lvshuhua --- src/osd/OSD.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 7dc1025ded73f..129c59f99934d 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2587,7 +2587,7 @@ void OSD::create_logger() osd_plb.add_u64(l_osd_buf, "buffer_bytes", "Total allocated buffer size"); // total ceph::buffer bytes osd_plb.add_u64(l_osd_history_alloc_bytes, "history_alloc_Mbytes"); // total ceph::buffer bytes in history osd_plb.add_u64(l_osd_history_alloc_num, "history_alloc_num"); // total ceph::buffer num in history - osd_plb.add_u64(l_osd_cached_crc, "cached_crc", "Total number getting crc from crc_cache"); // total ceph::buffer buffer_cached_crc_adjusted + osd_plb.add_u64(l_osd_cached_crc, "cached_crc", "Total number getting crc from crc_cache"); // total ceph::buffer buffer_cached_crc osd_plb.add_u64(l_osd_cached_crc_adjusted, "cached_crc_adjusted", "Total number getting crc from crc_cache with adjusting"); // total ceph::buffer buffer_cached_crc_adjusted osd_plb.add_u64(l_osd_pg, "numpg", "Placement groups"); // num pgs -- 2.39.5