]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: fix setuser_match_path typo
authorKefu Chai <kchai@redhat.com>
Tue, 5 Apr 2016 12:53:25 +0000 (08:53 -0400)
committerSage Weil <sage@redhat.com>
Tue, 5 Apr 2016 12:53:25 +0000 (08:53 -0400)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/config_opts.h

index 5d1a6e8c8b08cce6ced22ee572039a8475c3461e..50356c78645cc92e500c99d5801e77acd47bc8ec 100644 (file)
@@ -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)