From: Yuan Zhou Date: Tue, 25 Aug 2015 08:24:05 +0000 (+0800) Subject: ceph_fuse: Adding fuse_require_active_mds option X-Git-Tag: v9.1.0~98^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb96be0ce7b77a817b20055b3357899b2102a7fa;p=ceph.git ceph_fuse: Adding fuse_require_active_mds option Signed-off-by: Yuan Zhou --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 2bfbc581e96..26a71bd5a5d 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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)