]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/Journal.cc
update sources to v12.2.1
[ceph.git] / ceph / src / librbd / Journal.cc
index aa73cdeddac73c45ffd15307a5c5430694aca329..9fe57cd3f7b87874f619fdf259023d6c37ba22d7 100644 (file)
@@ -337,7 +337,7 @@ Journal<I>::Journal(I &image_ctx)
   cct->lookup_or_create_singleton_object<ThreadPoolSingleton>(
     thread_pool_singleton, "librbd::journal::thread_pool");
   m_work_queue = new ContextWQ("librbd::journal::work_queue",
-                               cct->_conf->rbd_op_thread_timeout,
+                               cct->_conf->get_val<int64_t>("rbd_op_thread_timeout"),
                                thread_pool_singleton);
   ImageCtx::get_timer_instance(cct, &m_timer, &m_timer_lock);
 }