]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/ceph-helpers: enable experimental features for osd
authorKefu Chai <kchai@redhat.com>
Thu, 13 Jul 2017 09:57:07 +0000 (17:57 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 13 Jul 2017 10:08:44 +0000 (18:08 +0800)
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 <kchai@redhat.com>
qa/workunits/ceph-helpers.sh

index b42862ffeda2737f9c679bf635caf5002b619dec..9720411e6d5d3a414e71ab61b5d8162bd52ea3a0 100755 (executable)
@@ -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