mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
config: fix run_dir typo
From 654299108b
.
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
e72e8a30e0
commit
e9689ac6f5
@ -24,7 +24,7 @@ OPTION(monmap, OPT_STR, "")
|
||||
OPTION(mon_host, OPT_STR, "")
|
||||
OPTION(lockdep, OPT_BOOL, false)
|
||||
OPTION(run_dir, OPT_STR, "/var/run/ceph") // the "/var/run/ceph" dir, created on daemon startup
|
||||
OPTION(admin_socket, OPT_STR, "run_dir/$cluster-$name.asok") // default changed by common_preinit()
|
||||
OPTION(admin_socket, OPT_STR, "$run_dir/$cluster-$name.asok") // default changed by common_preinit()
|
||||
|
||||
OPTION(daemonize, OPT_BOOL, false) // default changed by common_preinit()
|
||||
OPTION(pid_file, OPT_STR, "") // default changed by common_preinit()
|
||||
|
Loading…
Reference in New Issue
Block a user