summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/runoncfuse.sh
blob: c1a5b0106e6e3d092c2f0f42b8694f4f441ca90f (plain)
1
2
3
4
5
6
7
#!/bin/bash -x

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

./runallonce.sh testspace
killall ceph-fuse