]> git.proxmox.com Git - ceph.git/blame - ceph/qa/runonkclient.sh
bump version to 18.2.2-pve1
[ceph.git] / ceph / qa / runonkclient.sh
CommitLineData
11fdf7f2
TL
1#!/usr/bin/env bash
2set -x
7c673cae
FG
3
4mkdir -p testspace
5/bin/mount -t ceph $1 testspace
6
7./runallonce.sh testspace
8
11fdf7f2 9/bin/umount testspace