ceph/qa/runoncfuse.sh

9 lines
118 B
Bash
Executable File

#!/usr/bin/env bash
set -x
mkdir -p testspace
ceph-fuse testspace -m $1
./runallonce.sh testspace
killall ceph-fuse