From: Sage Weil Date: Fri, 3 Sep 2021 20:58:47 +0000 (-0500) Subject: os/bluestore/ZonedAllocator: less verbose X-Git-Tag: v17.1.0~535^2~50 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=644461a800b4b0fd4ab2c4bb5183fc8bb87f8c67;p=ceph.git os/bluestore/ZonedAllocator: less verbose Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/ZonedAllocator.cc b/src/os/bluestore/ZonedAllocator.cc index 05c9f3bf59ae7..499cd72bf2f99 100644 --- a/src/os/bluestore/ZonedAllocator.cc +++ b/src/os/bluestore/ZonedAllocator.cc @@ -89,9 +89,9 @@ int64_t ZonedAllocator::allocate( uint64_t offset = get_offset(zone_num); - ldout(cct, 10) << " incrementing zone 0x" << std::hex + ldout(cct, 10) << " moving zone 0x" << std::hex << zone_num << " write pointer from 0x" << offset - << " to 0x" << offset + want_size + << " -> 0x" << offset + want_size << std::dec << dendl; increment_write_pointer(zone_num, want_size);