summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/runonkclient.sh
blob: fd76718af6a2a6a21e2c0b1944a2b379efd16e6f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -x

mkdir -p testspace
/bin/mount -t ceph $1 testspace

./runallonce.sh testspace

/bin/umount testspace