tests: fixed environment for osd-class-dir

osd-class-dir was not set when activating osds in the test environment leading to failures with 'operation not supported' message when trying to lock objects

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
This commit is contained in:
Sebastien Ponce 2015-02-06 15:14:46 +01:00 committed by Sebastien Ponce
parent 49ab5bb3c4
commit 2409a90dcc

View File

@ -491,6 +491,7 @@ function activate_osd() {
ceph_args+=" --osd-data=$osd_data"
ceph_args+=" --chdir="
ceph_args+=" --osd-pool-default-erasure-code-directory=.libs"
ceph_args+=" --osd-class-dir=.libs"
ceph_args+=" --run-dir=$dir"
ceph_args+=" --debug-osd=20"
ceph_args+=" --log-file=$dir/\$name.log"