]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/operation/ObjectMapIterate.cc
update sources to v12.2.1
[ceph.git] / ceph / src / librbd / operation / ObjectMapIterate.cc
index 35119e0f5cd2dc3e91ef5eed5cda288f28154c69..1e4b854bddd500f8e0ff7d77427ee42d3c2aab0e 100644 (file)
@@ -256,7 +256,7 @@ void ObjectMapIterateRequest<I>::send_verify_objects() {
   AsyncObjectThrottle<I> *throttle = new AsyncObjectThrottle<I>(
     this, m_image_ctx, context_factory, this->create_callback_context(),
     &m_prog_ctx, 0, num_objects);
-  throttle->start_ops(cct->_conf->rbd_concurrent_management_ops);
+  throttle->start_ops(m_image_ctx.concurrent_management_ops);
 }
 
 template <typename I>