From: Sage Weil Date: Wed, 31 Jan 2018 14:35:11 +0000 (-0600) Subject: qa/workunits/objectstore/test_fuse.sh: no mon config for ceph-objectstore-tool X-Git-Tag: v13.0.2~78^2~38 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=960e201c79f505e8c3f7aa2101d104ae2437cb98;p=ceph-ci.git qa/workunits/objectstore/test_fuse.sh: no mon config for ceph-objectstore-tool There isn't a running cluster for this test. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/objectstore/test_fuse.sh b/qa/workunits/objectstore/test_fuse.sh index 9314ab45074..f1dcbd04fd7 100755 --- a/qa/workunits/objectstore/test_fuse.sh +++ b/qa/workunits/objectstore/test_fuse.sh @@ -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