mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
907bf5214d
This will make it to be much easier when debugging the qa tests failures. Signed-off-by: Xiubo Li <xiubli@redhat.com>
14 lines
207 B
Bash
Executable File
14 lines
207 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
# To skirt around GPL compatibility issues:
|
|
wget http://download.ceph.com/qa/fsync-tester.c
|
|
gcc -D_GNU_SOURCE fsync-tester.c -o fsync-tester
|
|
|
|
./fsync-tester
|
|
|
|
echo $PATH
|
|
whereis lsof
|
|
lsof
|