From 2409a90dcc6a1f2b6ab7915d1487d4ad6ad866f7 Mon Sep 17 00:00:00 2001 From: Sebastien Ponce Date: Fri, 6 Feb 2015 15:14:46 +0100 Subject: [PATCH] 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 --- qa/workunits/ceph-helpers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index f5a2ee405c81e..4dcef3399c258 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" -- 2.39.5