From: Mark Nelson Date: Mon, 17 Oct 2016 14:10:09 +0000 (-0500) Subject: Set ms_async_send_inline to false to improve small randread iops. X-Git-Tag: v11.1.0~621^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11521%2Fhead;p=ceph.git Set ms_async_send_inline to false to improve small randread iops. Signed-off-by: Mark Nelson --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 2f10cefa2163..f01bdb2a9bbc 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -212,7 +212,7 @@ OPTION(ms_async_set_affinity, OPT_BOOL, true) // If ms_async_affinity_cores is empty, all threads will be bind to current running // core OPTION(ms_async_affinity_cores, OPT_STR, "") -OPTION(ms_async_send_inline, OPT_BOOL, true) +OPTION(ms_async_send_inline, OPT_BOOL, false) OPTION(inject_early_sigterm, OPT_BOOL, false)