mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
os/bluestore: kill dead gc-related counters
As the gc logic is deprecated by https://github.com/ceph/ceph/pull/12042 Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
parent
8249503688
commit
8170b52e6b
@ -2711,10 +2711,6 @@ void BlueStore::_init_logger()
|
||||
b.add_u64(l_bluestore_txc, "bluestore_txc", "Transactions committed");
|
||||
b.add_u64(l_bluestore_onode_reshard, "bluestore_onode_reshard",
|
||||
"Onode extent map reshard events");
|
||||
b.add_u64(l_bluestore_gc, "bluestore_gc",
|
||||
"Sum for garbage collection reads");
|
||||
b.add_u64(l_bluestore_gc_bytes, "bluestore_gc_bytes",
|
||||
"garbage collected bytes");
|
||||
b.add_u64(l_bluestore_blob_split, "bluestore_blob_split",
|
||||
"Sum for blob splitting due to resharding");
|
||||
logger = b.create_perf_counters();
|
||||
|
@ -93,8 +93,6 @@ enum {
|
||||
l_bluestore_write_small_new,
|
||||
l_bluestore_txc,
|
||||
l_bluestore_onode_reshard,
|
||||
l_bluestore_gc,
|
||||
l_bluestore_gc_bytes,
|
||||
l_bluestore_blob_split,
|
||||
l_bluestore_last
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user