mirror of
https://github.com/ceph/ceph
synced 2025-03-10 18:29:40 +00:00
os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1
Fixes: https://tracker.ceph.com/issues/41399 Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
This commit is contained in:
parent
f3d3e37c7e
commit
96d48af325
@ -541,7 +541,7 @@ void BlueFS::_init_alloc()
|
||||
else
|
||||
name += to_string(uintptr_t(this));
|
||||
ceph_assert(alloc_size[id]);
|
||||
dout(20) << __func__ << " id " << id
|
||||
dout(1) << __func__ << " id " << id
|
||||
<< " alloc_size 0x" << std::hex << alloc_size[id]
|
||||
<< " size 0x" << bdev[id]->get_size() << std::dec << dendl;
|
||||
alloc[id] = Allocator::create(cct, cct->_conf->bluefs_allocator,
|
||||
|
Loading…
Reference in New Issue
Block a user