initial code repo
[stor4nfv.git] / src / ceph / qa / runoncfuse.sh
diff --git a/src/ceph/qa/runoncfuse.sh b/src/ceph/qa/runoncfuse.sh
new file mode 100755 (executable)
index 0000000..c1a5b01
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash -x
+
+mkdir -p testspace
+ceph-fuse testspace -m $1
+
+./runallonce.sh testspace
+killall ceph-fuse