diff options
author | Sage Weil <sage@inktank.com> | 2013-03-18 14:13:29 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-03-18 14:13:29 -0700 |
commit | a2ac9358a32f76f9fa4f922c056d7f8dabe52869 (patch) | |
tree | fcde0d43f9656cea09e0901b32395493fee15152 /qa | |
parent | 9010b10c5486f0c7f57bc14b0b0bd088d0f55d27 (diff) | |
download | ceph-a2ac9358a32f76f9fa4f922c056d7f8dabe52869.tar.gz |
qa: add 16MB direct-io write test
See bug #2657.
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'qa')
-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 00000000000..43bd6d72bc8 --- /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 |