]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/direct_io/big.sh
add subtree-ish sources for 12.0.3
[ceph.git] / 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