]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fsync-tester: print info about PATH and locations of lsof lookup
authorGreg Farnum <gfarnum@redhat.com>
Fri, 6 Feb 2015 05:12:17 +0000 (21:12 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Tue, 10 Feb 2015 06:31:48 +0000 (22:31 -0800)
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 <gfarnum@redhat.com>
(cherry picked from commit a85051483874ff5b8b0fb50426a3577040457596)

qa/workunits/suites/fsync-tester.sh

index b056e3be0d687a421f0f24430b524202d6cd37b1..4c578d21e0ad3534369cb8a0833b5fa7b38e499b 100755 (executable)
@@ -7,5 +7,6 @@ gcc fsync-tester.c -o fsync-tester
 
 ./fsync-tester
 
+echo $PATH
+whereis lsof
 lsof
-