]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/rados/test_hang.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / workunits / rados / test_hang.sh
1 #!/bin/sh -ex
2
3 # Hang forever for manual testing using the thrasher
4 while(true)
5 do
6 sleep 300
7 done
8 exit 0