mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
mkdir -p testspace
|
|
/bin/mount -t ceph $1 testspace
|
|
|
|
./runallonce.sh testspace
|
|
|
|
/bin/umount testspace |