]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: distinguis request and results in bitmap alloc log
authorIgor Fedotov <ifedotov@suse.com>
Tue, 11 Jun 2019 17:23:08 +0000 (20:23 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Wed, 19 Jun 2019 08:55:12 +0000 (11:55 +0300)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18)

src/os/bluestore/BitmapAllocator.cc

index f501783a6744931e20b9fc047fd90bb43e0cf4e2..e40153ddfdda5ba49c3f32e5fe025720a5bf2e86 100755 (executable)
@@ -36,7 +36,7 @@ int64_t BitmapAllocator::allocate(
   }
   for (auto e : *extents) {
     ldout(cct, 10) << __func__
-                   << " 0x" << std::hex << e.offset << "~" << e.length
+                   << " extent: 0x" << std::hex << e.offset << "~" << e.length
                   << "/" << alloc_unit << "," << max_alloc_size << "," << hint
                   << std::dec << dendl;
   }