From: Igor Fedotov Date: Tue, 11 Jun 2019 17:23:08 +0000 (+0300) Subject: os/bluestore: distinguis request and results in bitmap alloc log X-Git-Tag: v12.2.13~170^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=adc4e438ec1105688f176c6b2f8b454654afb3ee;p=ceph.git os/bluestore: distinguis request and results in bitmap alloc log Signed-off-by: Igor Fedotov (cherry picked from commit 84c2d4148574373c678ad8f00e35f9e209ba1f18) --- diff --git a/src/os/bluestore/BitmapAllocator.cc b/src/os/bluestore/BitmapAllocator.cc index d46a4d37ca9..1f2310d7f5a 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; }