From 644461a800b4b0fd4ab2c4bb5183fc8bb87f8c67 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 3 Sep 2021 15:58:47 -0500 Subject: [PATCH] os/bluestore/ZonedAllocator: less verbose Signed-off-by: Sage Weil --- src/os/bluestore/ZonedAllocator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5