]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/config: make internal_safe_to_start_threads internal 18884/head
authorSage Weil <sage@redhat.com>
Fri, 10 Nov 2017 23:25:25 +0000 (17:25 -0600)
committerSage Weil <sage@redhat.com>
Fri, 10 Nov 2017 23:25:25 +0000 (17:25 -0600)
commit9e2fc91d2d3b10a068ece466877809697860f067
treefc103cff650ad00cd1aab2189e0bea2c4f347de0
parent16e3439423bbf50e147194c7890c959e0fb4016d
common/config: make internal_safe_to_start_threads internal

There is no reason for this to be exposed like a normal config option
(even a legacy one) since it is an internal safety flag.

We do keep the clear_() helper there for the unit test.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/ceph_context.cc
src/common/config.cc
src/common/config.h
src/common/legacy_config_opts.h
src/common/options.cc
src/test/daemon_config.cc