]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/objectstore/test_fuse.sh: no mon config for ceph-objectstore-tool
authorSage Weil <sage@redhat.com>
Wed, 31 Jan 2018 14:35:11 +0000 (08:35 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:49 +0000 (14:44 -0600)
There isn't a running cluster for this test.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/objectstore/test_fuse.sh

index 9314ab450748b561919796334dfcee8a7cee9413..f1dcbd04fd790007ad191c4a765efec1862c9549 100755 (executable)
@@ -26,8 +26,8 @@ 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 &
+$COT --no-mon-config --op mkfs --data-path $DATA --type $TYPE
+$COT --no-mon-config --op fuse --data-path $DATA --mountpoint $MNT &
 
 while ! test -e $MNT/type ; do
     echo waiting for $MNT/type to appear