summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-02-19 09:08:57 -0800
committerSage Weil <sage@inktank.com>2013-02-19 09:08:57 -0800
commitf80f84936ea905bfa366b58b9b75b1dd4e6fa7ce (patch)
tree3dae9c9534e12dd2282ceb170030577cbd011bc1
parent6d338591b7294a52e86e2939db3085ae21b9279c (diff)
downloadceph-f80f84936ea905bfa366b58b9b75b1dd4e6fa7ce.tar.gz
qa: test_mon_workloadgen: use default config file path
I'm not sure why we wouldn't. Also, this makes this test work without annoying plumbing to pass the explicit path through. Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/test/mon/test_mon_workloadgen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mon/test_mon_workloadgen.cc b/src/test/mon/test_mon_workloadgen.cc
index fa072dfeea5..fcc69d85f0b 100644
--- a/src/test/mon/test_mon_workloadgen.cc
+++ b/src/test/mon/test_mon_workloadgen.cc
@@ -989,7 +989,7 @@ int main(int argc, const char *argv[])
global_init(&def_args, args,
CEPH_ENTITY_TYPE_OSD, CODE_ENVIRONMENT_UTILITY,
- CINIT_FLAG_NO_DEFAULT_CONFIG_FILE);
+ 0);
common_init_finish(g_ceph_context);
g_ceph_context->_conf->apply_changes(NULL);