diff options
Diffstat (limited to '')
-rwxr-xr-x | qa/workunits/direct_io/big.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/workunits/direct_io/big.sh b/qa/workunits/direct_io/big.sh new file mode 100755 index 00000000..43bd6d72 --- /dev/null +++ b/qa/workunits/direct_io/big.sh @@ -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 |