From: Yan, Zheng Date: Thu, 2 Oct 2014 12:21:36 +0000 (+0800) Subject: fuse: enable fuse_multithreaded by default X-Git-Tag: v0.88~63^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b17b43a8660ed0db29fbecf44798265e47712f85;p=ceph.git fuse: enable fuse_multithreaded by default GETFILELOCK MDS request may block for a long time, so we need to use multithread event loop, Signed-off-by: Yan, Zheng --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 097e878a502c..8084eece4afb 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -290,7 +290,7 @@ OPTION(fuse_default_permissions, OPT_BOOL, true) OPTION(fuse_big_writes, OPT_BOOL, true) OPTION(fuse_atomic_o_trunc, OPT_BOOL, true) OPTION(fuse_debug, OPT_BOOL, false) -OPTION(fuse_multithreaded, OPT_BOOL, false) +OPTION(fuse_multithreaded, OPT_BOOL, true) OPTION(crush_location, OPT_STR, "") // whitespace-separated list of key=value pairs describing crush location