1
0
mirror of https://github.com/ceph/ceph synced 2025-01-14 15:04:30 +00:00
ceph/qa/workunits/suites/fsync-tester.sh
Sage Weil 7b3b989311 qa/workunits/suites/fsync-tester.sh: lsof at end
Trying to track down occasional EBUSY on umount at end of test.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-07-23 08:43:01 -07:00

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