]> git-server-git.apps.pok.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)
committerYan, Zheng <zyan@redhat.com>
Fri, 10 Oct 2014 13:12:17 +0000 (21:12 +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>
src/common/config_opts.h

index 097e878a502cd8b6c563b0cb4e8d6bd3d4181e38..8084eece4afb7d698f9ba14fefbf978f766c9cd6 100644 (file)
@@ -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