]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: allow running without config 30498/head
authorJoao Eduardo Luis <joao@suse.com>
Thu, 26 Sep 2019 07:54:07 +0000 (07:54 +0000)
committerKefu Chai <kchai@redhat.com>
Mon, 2 Dec 2019 15:28:31 +0000 (23:28 +0800)
commit065d12b826f7d2129bf9dcae1dbb60d84779fba4
tree7dc175736bc4f3bf6173d6eeba7c26e6ba0bb722
parent897fc1b8df5b8d86cde34885b4fa562424b219e3
common: allow running without config

If `--no-config-file` is specified, allow the caller to ignore the
requirements to find a config file. This presumes that the caller either
doesn't need to be configured, or that whatever it may need is provided
via the cli.

Signed-off-by: Joao Eduardo Luis <joao@suse.com>
doc/man/8/ceph-mon.rst
src/common/ceph_argparse.cc
src/common/ceph_argparse.h
src/common/common_init.cc
src/common/options.cc
src/global/global_init.cc