From: Kefu Chai Date: Tue, 5 Apr 2016 12:53:25 +0000 (-0400) Subject: config: fix setuser_match_path typo X-Git-Tag: v10.1.1~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2481280eeb38b14c8b501b489530d29433744d8;p=ceph.git config: fix setuser_match_path typo Signed-off-by: Kefu Chai --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 5d1a6e8c8b08..50356c78645c 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -31,7 +31,7 @@ OPTION(crushtool, OPT_STR, "crushtool") // crushtool utility path OPTION(daemonize, OPT_BOOL, false) // default changed by common_preinit() OPTION(setuser, OPT_STR, "") // uid or user name OPTION(setgroup, OPT_STR, "") // gid or group name -OPTION(setuser_match_path, OPT_STR, "") // make setuser/group conditional on this patch matching ownership +OPTION(setuser_match_path, OPT_STR, "") // make setuser/group conditional on this path matching ownership OPTION(pid_file, OPT_STR, "") // default changed by common_preinit() OPTION(chdir, OPT_STR, "/") OPTION(max_open_files, OPT_LONGLONG, 0)