mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
Merge pull request #37149 from ifed01/wip-ifed-fix-alloc-cmd-multi-reg
os/bluestore: provide a different name for fallback allocator Reviewed-by: Adam Kupczyk <akucpzyk@redhat.com>
This commit is contained in:
commit
d80fbdd97a
@ -204,7 +204,7 @@ void HybridAllocator::_spillover_range(uint64_t start, uint64_t end)
|
||||
bmap_alloc = new BitmapAllocator(cct,
|
||||
get_capacity(),
|
||||
get_block_size(),
|
||||
get_name());
|
||||
get_name() + ".fallback");
|
||||
}
|
||||
bmap_alloc->init_add_free(start, size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user