]> git.proxmox.com Git - ceph.git/blob - ceph/qa/runonkclient.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / runonkclient.sh
1 #!/usr/bin/env bash
2 set -x
3
4 mkdir -p testspace
5 /bin/mount -t ceph $1 testspace
6
7 ./runallonce.sh testspace
8
9 /bin/umount testspace