]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: remove usage of set_daemon_default for now
authorJohn Spray <john.spray@redhat.com>
Fri, 14 Jul 2017 09:54:01 +0000 (05:54 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Jul 2017 10:27:29 +0000 (06:27 -0400)
commit54740dd568d3156994fe1a0a816ecda3a4725053
treef4a86fec275dffacdb66d78c2914e53ab98723a4
parentb0fbd7151c9196cd030b6f07e51612514915c942
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 <john.spray@redhat.com>
src/common/options.cc