From: Sebastien Ponce Date: Fri, 6 Feb 2015 14:14:46 +0000 (+0100) Subject: tests: fixed environment for osd-class-dir X-Git-Tag: v9.0.3~100^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2409a90dcc6a1f2b6ab7915d1487d4ad6ad866f7;p=ceph.git 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 --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index f5a2ee405c81..4dcef3399c25 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -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"