From: Joao Eduardo Luis Date: Mon, 7 May 2012 23:20:43 +0000 (-0700) Subject: workloadgen: forcing the user to specify a data and journal. X-Git-Tag: v0.47~22^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=772276cb3024daa8147823c31321c34e82cfedcc;p=ceph.git workloadgen: forcing the user to specify a data and journal. These default arguments, although handy when we just want to run the test, just mess things up when we don't actually need them. If we don't specify them on the CLI, we'll end up using the default ones, and that is just annoying. Signed-off-by: Joao Eduardo Luis --- diff --git a/src/test/filestore/workload_generator.cc b/src/test/filestore/workload_generator.cc index 99e57db32ca..d508fb9704b 100644 --- a/src/test/filestore/workload_generator.cc +++ b/src/test/filestore/workload_generator.cc @@ -555,10 +555,10 @@ int main(int argc, const char *argv[]) def_args.push_back("--osd-journal-size"); def_args.push_back("400"); - def_args.push_back("--osd-data"); - def_args.push_back("workload_gen_dir"); - def_args.push_back("--osd-journal"); - def_args.push_back("workload_gen_dir/journal"); +// def_args.push_back("--osd-data"); +// def_args.push_back("workload_gen_dir"); +// def_args.push_back("--osd-journal"); +// def_args.push_back("workload_gen_dir/journal"); argv_to_vec(argc, argv, args); global_init(&def_args, args,