]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/cephadm: set thread pool size to 10
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 21 Feb 2020 14:53:32 +0000 (15:53 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 21 Feb 2020 14:53:32 +0000 (15:53 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py

index 744071bd9968ae8b5ffbbdfbb8cc5e88868b6f96..0fa92d0bda4d2e59ff3a538f367bf1efcc28c772 100644 (file)
@@ -511,7 +511,7 @@ class CephadmOrchestrator(MgrModule, orchestrator.OrchestratorClientMixin):
             raise RuntimeError("unable to read cephadm at '%s': %s" % (
                 path, str(e)))
 
-        self._worker_pool = multiprocessing.pool.ThreadPool(1)
+        self._worker_pool = multiprocessing.pool.ThreadPool(10)
 
         self._reconfig_ssh()