]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/config: parse --no-mon-config into md_config_t, not CephInitParameters
authorSage Weil <sage@redhat.com>
Wed, 31 Jan 2018 22:36:07 +0000 (16:36 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:50 +0000 (14:44 -0600)
commitd7849c0be81eb9117169736bb8275923450707e3
tree819f0087ecfb27bc53a18f77901adb10b7185fee
parent27c844d77c83e3b0ac5821867295d13adfebd6bc
common/config: parse --no-mon-config into md_config_t, not CephInitParameters

We want to accept this in $CEPH_ARGS, which makes md_config_t a better
place to keep it.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/ceph_argparse.cc
src/common/ceph_argparse.h
src/common/config.cc
src/common/config.h
src/global/global_init.cc