Show initial fuse mount info when starting tests.
authorTom Clegg <tclegg@veritasgenetics.com>
Mon, 28 Oct 2019 19:47:39 +0000 (15:47 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Mon, 28 Oct 2019 19:47:39 +0000 (15:47 -0400)
refs #15757

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

build/run-tests.sh

index 766ff1b82465322cc07b40b235f80087804deb38..0014547ce5448ed2abdc727b3eb8bccf0f75820a 100755 (executable)
@@ -283,6 +283,10 @@ sanity_checks() {
       # needed for pkgdown, builds R SDK doc pages
       which pandoc || fatal "No pandoc. Try: apt-get install pandoc"
     fi
+    echo 'procs with /dev/fuse open:'
+    find /proc/*/fd -lname /dev/fuse 2>/dev/null | cut -d/ -f3 | xargs --no-run-if-empty ps -lywww
+    echo 'grep fuse /proc/self/mountinfo:'
+    grep fuse /proc/self/mountinfo
 }
 
 rotate_logfile() {