mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
18c305abb8
This is an imperfect solution at best, since it doesn't handle errors at all, but it'll have to do for now.
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
mkdir -p testspace
|
|
cfuse testspace -m $1 &
|
|
|
|
./runallonce.sh testspace
|
|
killall cfuse
|