X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Frunoncfuse.sh;fp=src%2Fceph%2Fqa%2Frunoncfuse.sh;h=c1a5b0106e6e3d092c2f0f42b8694f4f441ca90f;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/qa/runoncfuse.sh b/src/ceph/qa/runoncfuse.sh new file mode 100755 index 0000000..c1a5b01 --- /dev/null +++ b/src/ceph/qa/runoncfuse.sh @@ -0,0 +1,7 @@ +#!/bin/bash -x + +mkdir -p testspace +ceph-fuse testspace -m $1 + +./runallonce.sh testspace +killall ceph-fuse