]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_fuse: Adding fuse_require_active_mds option
authorYuan Zhou <yuan.zhou@intel.com>
Tue, 25 Aug 2015 08:24:05 +0000 (16:24 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Sat, 29 Aug 2015 09:18:26 +0000 (17:18 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/common/config_opts.h

index 2bfbc581e962494c2be526ee4f6ed6210cff3ce7..26a71bd5a5de4ca23988dd38fdee782eddfce93a 100644 (file)
@@ -358,6 +358,7 @@ 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, true)
+OPTION(fuse_require_active_mds, OPT_BOOL, true) // if ceph_fuse requires active mds server
 OPTION(client_try_dentry_invalidate, OPT_BOOL, true) // the client should try to use dentry invaldation instead of remounting, on kernels it believes that will work for
 OPTION(client_die_on_failed_remount, OPT_BOOL, true)
 OPTION(client_check_pool_perm, OPT_BOOL, true)