initial code repo
[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
new file mode 100755 (executable)
index 0000000..43bd6d7
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -ex
+
+echo "test large (16MB) dio write"
+dd if=/dev/zero of=foo.big bs=16M count=1 oflag=direct
+
+echo OK