remove ceph code
[stor4nfv.git] / src / ceph / qa / workunits / direct_io / big.sh
diff --git a/src/ceph/qa/workunits/direct_io/big.sh b/src/ceph/qa/workunits/direct_io/big.sh
deleted file mode 100755 (executable)
index 43bd6d7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -ex
-
-echo "test large (16MB) dio write"
-dd if=/dev/zero of=foo.big bs=16M count=1 oflag=direct
-
-echo OK