]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1 29910/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 20:17:16 +0000 (13:17 -0700)
Fixes: https://tracker.ceph.com/issues/41399
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
(cherry picked from commit 96d48af3252f0ec2c1864383ad5eee993ecfeb4f)

src/os/bluestore/BlueFS.cc

index cc58f6de609b2776ecf886989de4688271f1492a..230f677dbcd93d243290ad558d4aafc0e536d891 100644 (file)
@@ -486,7 +486,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,