Bump "Waiting for allocation" to 5.
"Retiring" is at 20 for rwl and 1 for ssd. Bump the latter to 20 as
well.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
if (m_bytes_allocated + bytes_allocated > m_bytes_allocated_cap) {
if (!req->has_io_waited_for_buffers()) {
req->set_io_waited_for_buffers(true);
- ldout(m_image_ctx.cct, 1) << "Waiting for allocation cap (cap="
+ ldout(m_image_ctx.cct, 5) << "Waiting for allocation cap (cap="
<< m_bytes_allocated_cap
<< ", allocated=" << m_bytes_allocated
<< ") in write [" << *req << "]" << dendl;
}
}
if (retiring_entries.size()) {
- ldout(cct, 1) << "Retiring " << retiring_entries.size()
- << " entries" << dendl;
+ ldout(cct, 20) << "Retiring " << retiring_entries.size() << " entries"
+ << dendl;
// Advance first valid entry and release buffers
uint64_t flushed_sync_gen;