From: Yan, Zheng Date: Thu, 2 Oct 2014 12:21:36 +0000 (+0800) Subject: fuse: enable fuse_multithreaded by default X-Git-Tag: v0.80.9~7^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ebbd3ca66722cdc61b56d243baf8e63f7b8c1c1b;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 (cherry picked from commit b17b43a8660ed0db29fbecf44798265e47712f85) --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 7791246aa9c..03074412a3f 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -284,7 +284,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