ceph/src/global
Kefu Chai f528475d92 common: move ConfigValues out of md_config_t
by moving ConfigValues out of md_config_t, we are able to point
md_config_t to a new ConfigValues instance at runtime, without
destroying the old one.

also remove ConfigReader, because all md_config_obs_t will be updated
with ConfigProxy now. as md_config_t is not able to offer the *data*
anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-07-10 23:42:59 +08:00
..
CMakeLists.txt cmake: link global-static against common 2017-12-14 19:01:34 +08:00
global_context.cc common,rbd,rgw,osd: extract config values into ConfigValues 2018-07-10 22:51:22 +08:00
global_context.h common,rbd,rgw,osd: extract config values into ConfigValues 2018-07-10 22:51:22 +08:00
global_init.cc common: move ConfigValues out of md_config_t 2018-07-10 23:42:59 +08:00
global_init.h common: refactor default config value handling 2018-03-06 14:44:10 -06:00
pidfile.cc common,rbd,rgw,osd: extract config values into ConfigValues 2018-07-10 22:51:22 +08:00
pidfile.h common,rbd,rgw,osd: extract config values into ConfigValues 2018-07-10 22:51:22 +08:00
signal_handler.cc common: move ConfigValues out of md_config_t 2018-07-10 23:42:59 +08:00
signal_handler.h