]> git.proxmox.com Git - ceph.git/blob - ceph/qa/runonkclient.sh
bump version to 18.2.2-pve1
[ceph.git] / 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