Signed-off-by: David Zafman <dzafman@redhat.com>
Mutex::Locker l(sched_scrub_lock);
if (scrubs_pending + scrubs_active < cct->_conf->osd_max_scrubs) {
- dout(20) << __func__ << scrubs_pending << " -> " << (scrubs_pending+1)
+ dout(20) << __func__ << " " << scrubs_pending << " -> " << (scrubs_pending+1)
<< " (max " << cct->_conf->osd_max_scrubs << ", active " << scrubs_active << ")" << dendl;
can_inc = true;
} else {
ScrubMap::object &o,
ThreadPool::TPHandle &handle)
{
- dout(10) << __func__ << " " << poid << " seed " << seed << dendl;
+ dout(10) << __func__ << " " << poid << " seed "
+ << std::hex << seed << std::dec << dendl;
bufferhash h(seed), oh(seed);
bufferlist bl, hdrbl;
int r;