Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / runonkclient.sh
1 #!/bin/bash -x
2
3 mkdir -p testspace
4 /bin/mount -t ceph $1 testspace
5
6 ./runallonce.sh testspace
7
8 /bin/umount testspace