]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/scrubber/PrimaryLogScrub.cc
import quincy 17.2.0
[ceph.git] / ceph / src / osd / scrubber / PrimaryLogScrub.cc
index b3d2f098ce6a562877001bc9d515a2c3be6f3bd9..a502ee4e7167565c09cd347436514eb9444715cb 100644 (file)
@@ -548,7 +548,6 @@ void PrimaryLogScrub::scrub_snapshot_metadata(ScrubMap& scrubmap,
 
     ++num_digest_updates_pending;
     ctx->register_on_success([this]() {
-      dout(20) << "updating scrub digest " << num_digest_updates_pending << dendl;
       if ((num_digest_updates_pending >= 1) && (--num_digest_updates_pending == 0)) {
        m_osds->queue_scrub_digest_update(m_pl_pg, m_pl_pg->is_scrub_blocking_ops());
       }