mirror of
https://github.com/ceph/ceph
synced 2025-02-06 18:34:17 +00:00
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
|