From: lvshuhua Date: Sat, 4 Feb 2017 09:09:20 +0000 (+0800) Subject: osd: correct comment of perfcounter cached_crc in code X-Git-Tag: v12.0.0~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=64f6ef3913c6aa7f2ae77c5e85d399a439bbb129;p=ceph.git osd: correct comment of perfcounter cached_crc in code Signed-off-by: lvshuhua --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 7dc1025ded7..129c59f9993 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