1
0
mirror of https://github.com/ceph/ceph synced 2024-12-22 03:22:00 +00:00
ceph/qa/runoncfuse.sh
Sage Weil 6f8f140350 c* -> ceph-*
Hopefully I didn't miss too much...

Signed-off-by: Sage Weil <sage@newdream.net>
2011-09-22 15:08:25 -07:00

8 lines
106 B
Bash
Executable File

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