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, 0 insertions, 7 deletions
diff --git a/src/ceph/qa/runoncfuse.sh b/src/ceph/qa/runoncfuse.sh
deleted file mode 100755
index c1a5b01..0000000
--- a/src/ceph/qa/runoncfuse.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash -x
-
-mkdir -p testspace
-ceph-fuse testspace -m $1
-
-./runallonce.sh testspace
-killall ceph-fuse