]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/objectstore/test_fuse.sh: enable experimental features 13456/head
authorKefu Chai <kchai@redhat.com>
Thu, 16 Feb 2017 09:27:16 +0000 (17:27 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 17 Feb 2017 03:23:41 +0000 (11:23 +0800)
so we can test bluestore

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/objectstore/test_fuse.sh

index 052307749df86b93f8b44b9b9190f5c994654a0e..9314ab450748b561919796334dfcee8a7cee9413 100755 (executable)
@@ -24,6 +24,8 @@ test -d $MNT && fusermount -u $MNT || true
 rmdir $MNT || true
 mkdir $MNT
 
+export CEPH_ARGS=--enable_experimental_unrecoverable_data_corrupting_features=bluestore
+
 $COT --op mkfs --data-path $DATA --type $TYPE
 $COT --op fuse --data-path $DATA --mountpoint $MNT &