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:
Vikhyat Umrao 2019-08-22 09:45:40 -07:00
parent f3d3e37c7e
commit 96d48af325

View File

@ -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,