mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
7b3b989311
Trying to track down occasional EBUSY on umount at end of test. Signed-off-by: Sage Weil <sage@inktank.com>
12 lines
119 B
Bash
Executable File
12 lines
119 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
set -e
|
|
|
|
wget http://ceph.com/qa/fsync-tester.c
|
|
gcc fsync-tester.c -o fsync-tester
|
|
|
|
./fsync-tester
|
|
|
|
lsof
|
|
|