summaryrefslogtreecommitdiffstats
path: root/qa/runoncfuse.sh
blob: 7be545356d201a92b0024ebc97b3b5062b286803 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -x

mkdir -p testspace
ceph-fuse testspace -m $1

./runallonce.sh testspace
killall ceph-fuse