]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1 30229/head
authorVikhyat Umrao <vumrao@redhat.com>
Thu, 22 Aug 2019 16:45:40 +0000 (09:45 -0700)
committerVikhyat Umrao <vikhyat@redhat.com>
Tue, 19 Nov 2019 13:26:55 +0000 (05:26 -0800)
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 b30e012d45e6f4bd72fa3cb18c6bc731d6cd5151..0d9680c43de439269dde95160ef8ae5e641d50a1 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,