]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueFS: Move bluefs alloc size initialization log message to log level 1 30219/head
authorVikhyat Umrao <vumrao@redhat.com>
Thu, 22 Aug 2019 16:45:40 +0000 (09:45 -0700)
committerVikhyat Umrao <vumrao@redhat.com>
Tue, 10 Sep 2019 20:48:11 +0000 (13:48 -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 6a2858f8c58dc12c4111f93983f56514c423d020..7ae56a64279590af3f7500d3f10c7f35eb3a1986 100644 (file)
@@ -430,7 +430,7 @@ void BlueFS::_init_alloc()
     }
     ceph_assert(bdev[id]->get_size());
     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,