Signed-off-by: Jim Schutt <jaschut@xxxxxxxxxx> --- src/crushtool.cc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/crushtool.cc b/src/crushtool.cc index f2a35f9..336d456 100644 --- a/src/crushtool.cc +++ b/src/crushtool.cc @@ -845,6 +845,10 @@ int main(int argc, const char **argv) map<int, int> device_weight; DEFINE_CONF_VARS(usage); + global_init(args, CEPH_ENTITY_TYPE_CLIENT, CODE_ENVIRONMENT_UTILITY, + CINIT_FLAG_NO_DEFAULT_CONFIG_FILE); + common_init_finish(g_ceph_context); + FOR_EACH_ARG(args) { if (CEPH_ARGPARSE_EQ("clobber", '\0')) { clobber = true; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html