From 7d4cb5a02c1cd746ffd3aa73e7efe4d7a4fd376d Mon Sep 17 00:00:00 2001 From: Igor Fedotov Date: Tue, 11 Jun 2019 20:23:08 +0300 Subject: [PATCH] os/bluestore: distinguis request and results in bitmap alloc log Signed-off-by: Igor Fedotov (cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18) --- src/os/bluestore/BitmapAllocator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/BitmapAllocator.cc b/src/os/bluestore/BitmapAllocator.cc index f501783a674..e40153ddfdd 100755 --- a/src/os/bluestore/BitmapAllocator.cc +++ b/src/os/bluestore/BitmapAllocator.cc @@ -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; } -- 2.47.3