summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/runoncfuse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/runoncfuse.sh')
-rwxr-xr-xsrc/ceph/qa/runoncfuse.sh7
1 files changed, 7 insertions, 0 deletions
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