]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Set ms_async_send_inline to false to improve small randread iops. 11521/head
authorMark Nelson <mnelson@redhat.com>
Mon, 17 Oct 2016 14:10:09 +0000 (09:10 -0500)
committerMark Nelson <mnelson@redhat.com>
Mon, 17 Oct 2016 14:10:09 +0000 (09:10 -0500)
Signed-off-by: Mark Nelson <mnelson@redhat.com>
src/common/config_opts.h

index 2f10cefa21632b1d91261b8406cff098ff3909ac..f01bdb2a9bbc6fd4a7693fd6613ad3958252c700 100644 (file)
@@ -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)