From: Greg Farnum Date: Fri, 6 Feb 2015 05:12:17 +0000 (-0800) Subject: fsync-tester: print info about PATH and locations of lsof lookup X-Git-Tag: v0.80.9~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da4146a5e03503083e6bc5c12984c06f41a3b4be;p=ceph.git fsync-tester: print info about PATH and locations of lsof lookup We're seeing the lsof invocation fail (as not found) in testing and nobody can identify why. Since attempting to reproduce the issue has not worked, this patch will gather data from a genuinely in-vitro location. Signed-off-by: Greg Farnum (cherry picked from commit a85051483874ff5b8b0fb50426a3577040457596) --- diff --git a/qa/workunits/suites/fsync-tester.sh b/qa/workunits/suites/fsync-tester.sh index b056e3be0d687..4c578d21e0ad3 100755 --- a/qa/workunits/suites/fsync-tester.sh +++ b/qa/workunits/suites/fsync-tester.sh @@ -7,5 +7,6 @@ gcc fsync-tester.c -o fsync-tester ./fsync-tester +echo $PATH +whereis lsof lsof -