]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: add 16MB direct-io write test
authorSage Weil <sage@inktank.com>
Mon, 18 Mar 2013 21:13:29 +0000 (14:13 -0700)
committerSage Weil <sage@inktank.com>
Mon, 18 Mar 2013 21:13:29 +0000 (14:13 -0700)
See bug #2657.

Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/direct_io/big.sh [new file with mode: 0755]

diff --git a/qa/workunits/direct_io/big.sh b/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