summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------ceph-erasure-code-corpus0
-rw-r--r--src/test/erasure-code/ceph_erasure_code.cc1
-rw-r--r--src/test/erasure-code/ceph_erasure_code_benchmark.cc1
3 files changed, 2 insertions, 0 deletions
diff --git a/ceph-erasure-code-corpus b/ceph-erasure-code-corpus
-Subproject dc409e0b2095eeb960518ab9c8ee47a34264f4c
+Subproject b0d1137d31e4b36b72ccae9c0a9a13de2ec82fa
diff --git a/src/test/erasure-code/ceph_erasure_code.cc b/src/test/erasure-code/ceph_erasure_code.cc
index fd688d542e0..00d44964760 100644
--- a/src/test/erasure-code/ceph_erasure_code.cc
+++ b/src/test/erasure-code/ceph_erasure_code.cc
@@ -88,6 +88,7 @@ int ErasureCodeCommand::setup(int argc, char** argv) {
CINIT_FLAG_NO_DEFAULT_CONFIG_FILE);
common_init_finish(g_ceph_context);
g_ceph_context->_conf->apply_changes(NULL);
+ g_conf->set_val("erasure_code_dir", ".libs", false, false);
if (vm.count("help")) {
cout << desc << std::endl;
diff --git a/src/test/erasure-code/ceph_erasure_code_benchmark.cc b/src/test/erasure-code/ceph_erasure_code_benchmark.cc
index 31a73d45a9f..052d8fef221 100644
--- a/src/test/erasure-code/ceph_erasure_code_benchmark.cc
+++ b/src/test/erasure-code/ceph_erasure_code_benchmark.cc
@@ -87,6 +87,7 @@ int ErasureCodeBench::setup(int argc, char** argv) {
CINIT_FLAG_NO_DEFAULT_CONFIG_FILE);
common_init_finish(g_ceph_context);
g_ceph_context->_conf->apply_changes(NULL);
+ g_conf->set_val("erasure_code_dir", ".libs", false, false);
if (vm.count("help")) {
cout << desc << std::endl;