From: Radoslaw Zarzynski Date: Mon, 1 Feb 2021 13:59:49 +0000 (+0100) Subject: crimson: make the number of alien threads configurable. X-Git-Tag: v17.1.0~3096^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39205%2Fhead;p=ceph.git crimson: make the number of alien threads configurable. It's particularly important for reads to have large-enough thread pool in `AlienStore` as they are synchronous; that is, e.g. `BlueStore` blocks on IO when handling reads. This commit introduces a configurable allowing operators to increase the number from `1` which we were limited to before the change. Naming similarity with `osd_op_num_threads_per_shard` is intentional. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/common/options.cc b/src/common/options.cc index 2cfe188a8f64f..e8cbcf2ab8e63 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5519,6 +5519,11 @@ std::vector