14807: Fix crunch-run --list output when /var/lock is a symlink.
authorTom Clegg <tclegg@veritasgenetics.com>
Wed, 13 Feb 2019 16:11:03 +0000 (11:11 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Fri, 15 Feb 2019 21:13:19 +0000 (16:13 -0500)
commitde9a5e2703cca69b0ba6e8e3e6102ee267b7447e
tree8cc8d52c4bf2161a3f3b0ecbca48d4bf82755559
parent0de109fe60bbe505fa0192b24fe29e96963a0bdf
14807: Fix crunch-run --list output when /var/lock is a symlink.

filepath.Walk(/var/lock) does not return entries inside /var/lock if
/var/lock is a symlink, as it is on debian:9.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
services/crunch-run/background.go