]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: stop using seastar::metrics::label
authorKefu Chai <tchaikov@gmail.com>
Mon, 28 Feb 2022 14:35:52 +0000 (22:35 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 1 Mar 2022 16:29:07 +0000 (00:29 +0800)
commita8d119fc6f04764ac0a8c0512e65f3b72e183f91
tree1306a313d58a66a49f908ce0f9592cbb92dfb53c
parent7c381ba985bd1398ef7d145cc00fae9d0db510e3
crimson/os: stop using seastar::metrics::label

seastar::metrics::label was dropped in a recent change. quote from
the commit message which removed this type:

>     In practice, it's an over-kill and just add information in the reporting
>    layer.

see also da395f31989a1ee333e489ffb251fc1152f12f0a in seastar repo

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/crimson/os/seastore/cache.cc
src/crimson/os/seastore/seastore.cc
src/crimson/os/seastore/segment_manager/block.cc