]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1 29822/head
authorVikhyat Umrao <vumrao@redhat.com>
Thu, 22 Aug 2019 16:45:40 +0000 (09:45 -0700)
committerVikhyat Umrao <vumrao@redhat.com>
Mon, 26 Aug 2019 19:40:36 +0000 (12:40 -0700)
Fixes: https://tracker.ceph.com/issues/41399
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
src/os/bluestore/BlueFS.cc

index 4ea80634a13ac7f9598c955c9f3aca9b59c25394..11280196134925910edc1bb291061c648f35eed8 100644 (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,