From: Vikhyat Umrao Date: Thu, 22 Aug 2019 16:45:40 +0000 (-0700) Subject: os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1 X-Git-Tag: v15.1.0~1764^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29822%2Fhead;p=ceph.git 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 --- diff --git a/src/os/bluestore/BlueFS.cc b/src/os/bluestore/BlueFS.cc index 4ea80634a13a..112801961349 100644 --- a/src/os/bluestore/BlueFS.cc +++ b/src/os/bluestore/BlueFS.cc @@ -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,