mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
d4d65fbd6a
Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
151 B
Bash
Executable File
13 lines
151 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
set -e
|
|
|
|
wget http://download.ceph.com/qa/fsync-tester.c
|
|
gcc fsync-tester.c -o fsync-tester
|
|
|
|
./fsync-tester
|
|
|
|
echo $PATH
|
|
whereis lsof
|
|
lsof
|