mirror of
https://github.com/ceph/ceph
synced 2025-03-05 15:58:41 +00:00
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:
parent
49ab5bb3c4
commit
2409a90dcc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user