From: John Spray Date: Fri, 14 Jul 2017 09:54:01 +0000 (-0400) Subject: common: remove usage of set_daemon_default for now X-Git-Tag: v12.1.2~192^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54740dd568d3156994fe1a0a816ecda3a4725053;p=ceph.git common: remove usage of set_daemon_default for now The code in common_preinit is still there to override these settings as appropriate. The set_daemon_default stuff was breaking ceph-conf tests (because you would get the client-side defaults when asking about an OSD's settings), and md_config_t isn't properly identifying daemons using code_env yet. Ticket to add it back in: http://tracker.ceph.com/issues/20627 Signed-off-by: John Spray --- diff --git a/src/common/options.cc b/src/common/options.cc index e257fe792205..88a3817c1ac0 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -196,13 +196,13 @@ const std::vector