mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
6f8f140350
Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
mkdir -p testspace
|
|
ceph-fuse testspace -m $1
|
|
|
|
./runallonce.sh testspace
|
|
killall ceph-fuse
|