mirror of https://github.com/ceph/ceph
8 lines
116 B
Bash
8 lines
116 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
mkdir -p testspace
|
||
|
/bin/mount -t ceph $1 testspace
|
||
|
|
||
|
./runallonce.sh testspace
|
||
|
|
||
|
/bin/umount testspace
|