From ebbd3ca66722cdc61b56d243baf8e63f7b8c1c1b Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Thu, 2 Oct 2014 20:21:36 +0800 Subject: [PATCH] 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) --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 7791246aa9ce4..03074412a3f35 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 -- 2.39.5