From: Kefu Chai Date: Thu, 13 Jul 2017 09:57:07 +0000 (+0800) Subject: qa/workunits/ceph-helpers: enable experimental features for osd X-Git-Tag: v12.1.1~34^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a3cdb00c616e2f7e39e16e183a7bc9013fd3f31;p=ceph.git 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 --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index b42862ffeda2..9720411e6d5d 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