mirror of
https://github.com/ceph/ceph
synced 2025-01-31 07:22:56 +00:00
config: no -p shorthand for --pid-file
It's not used by anything anyway.
This commit is contained in:
parent
d01b24973d
commit
e725f38ae2
@ -292,7 +292,7 @@ static struct config_option config_optionsp[] = {
|
||||
OPTION(log_dir, 0, OPT_STR, "/var/log/ceph"), // if daemonize == true
|
||||
OPTION(log_sym_dir, 0, OPT_STR, 0),
|
||||
OPTION(log_to_stdout, 0, OPT_BOOL, true),
|
||||
OPTION(pid_file, 'p', OPT_STR, 0),
|
||||
OPTION(pid_file, 0, OPT_STR, 0),
|
||||
OPTION(conf, 'c', OPT_STR, "/etc/ceph/ceph.conf"),
|
||||
OPTION(chdir, 0, OPT_STR, "/"),
|
||||
OPTION(fake_clock, 0, OPT_BOOL, false),
|
||||
|
Loading…
Reference in New Issue
Block a user