ceph/qa/runoncfuse.sh

8 lines
106 B
Bash
Executable File

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