Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / direct_io / big.sh
1 #!/bin/sh -ex
2
3 echo "test large (16MB) dio write"
4 dd if=/dev/zero of=foo.big bs=16M count=1 oflag=direct
5
6 echo OK