]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fuse: enable fuse_multithreaded by default
authorYan, Zheng <zyan@redhat.com>
Thu, 2 Oct 2014 12:21:36 +0000 (20:21 +0800)
committerGreg Farnum <gfarnum@redhat.com>
Fri, 13 Feb 2015 22:41:09 +0000 (14:41 -0800)
GETFILELOCK MDS request may block for a long time, so we need to
use multithread event loop,

Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit b17b43a8660ed0db29fbecf44798265e47712f85)

src/common/config_opts.h

index 7791246aa9ce4a2b00ca19e3d7013d12f065db9b..03074412a3f353ead748c22538c92fcff1cb9ea7 100644 (file)
@@ -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