On 16-10-13 14:56:12, tao changtao wrote: > Hi All, > > why the rbd ThreadPool threads number are set 1 by hard code ? details here: http://tracker.ceph.com/issues/15034 > > > class ThreadPoolSingleton : public ThreadPool { > public: > explicit ThreadPoolSingleton(CephContext *cct) > : ThreadPool(cct, "librbd::thread_pool", "tp_librbd", 1, > "rbd_op_threads") { > start(); > } > virtual ~ThreadPoolSingleton() { > stop(); > } > }; > > ________________________________ > changtao381@xxxxxxxxx > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com