From 4a3cdb00c616e2f7e39e16e183a7bc9013fd3f31 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 13 Jul 2017 17:57:07 +0800 Subject: [PATCH] qa/workunits/ceph-helpers: enable experimental features for osd it matches the settings in vstart.sh, also it would be handy for those who are still developing on btrfs, which is now marked as an experimental features now. Signed-off-by: Kefu Chai --- 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 b42862ffeda..9720411e6d5 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -676,6 +676,7 @@ function activate_osd() { ceph_args+=" --pid-file=$dir/\$name.pid" ceph_args+=" --osd-max-object-name-len 460" ceph_args+=" --osd-max-object-namespace-len 64" + ceph_args+=" --enable-experimental-unrecoverable-data-corrupting-features *" ceph_args+=" " ceph_args+="$@" mkdir -p $osd_data -- 2.39.5