OPTION(client_try_dentry_invalidate, OPT_BOOL) // the client should try to use dentry invaldation instead of remounting, on kernels it believes that will work for
OPTION(client_check_pool_perm, OPT_BOOL)
OPTION(client_use_faked_inos, OPT_BOOL)
-OPTION(client_mds_namespace, OPT_STR)
OPTION(crush_location, OPT_STR) // whitespace-separated list of key=value pairs describing crush location
OPTION(crush_location_hook, OPT_STR)
Option("client_mds_namespace", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("")
- .set_description("CephFS file system name to mount"),
+ .set_description("CephFS file system name to mount")
+ .set_long_description("Use this with ceph-fuse, or with any process "
+ "that uses libcephfs. Programs using libcephfs may also pass "
+ "the filesystem name into mount(), which will override this setting. "
+ "If no filesystem name is given in mount() or this setting, the default "
+ "filesystem will be mounted (usually the first created)."),
});
}