`PGAdvanceMap` already declare an identical alias in-class, see
pg_advance_map.h, so no need to repeat it.
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
seastar::future<> PGAdvanceMap::start()
{
LOG_PREFIX(PGAdvanceMap::start);
- using cached_map_t = OSDMapService::cached_map_t;
DEBUG("{}: start", *this);
auto exit_handle = seastar::defer([FNAME, thiz = IRef{this}] {
cached_map_t next_map)
{
LOG_PREFIX(PGAdvanceMap::check_for_splits);
- using cached_map_t = OSDMapService::cached_map_t;
cached_map_t old_map = co_await shard_services.get_map(old_epoch);
if (!old_map->have_pg_pool(pg->get_pgid().pool())) {
DEBUG("{} pool doesn't exist in epoch {}", pg->get_pgid(),