cadvisor/fs
Davanum Srinivas 5f8eea99dd Skip getVfsStats when file does not exist
There are a lot of spurious exceptions in the kubernetes kubelet logs
like:
E1018 21:03:09.616581   22780 fs.go:332] Stat fs failed. Error: no such
file or directory

Since we know that calling syscall.Statfs will just fail when the path
does not exist, we should just skip making the call.

NOTE: fixing 2017->2018 problems in build by running `./build/jenkins_e2e.sh`
2018-01-02 17:52:38 -05:00
..
test_resources Process BTRFS, whole-disk, device-mapper filesystem stats 2015-01-16 23:05:19 +02:00
fs_test.go [docker] add overlay2 storage driver 2017-04-13 13:39:45 +02:00
fs.go Skip getVfsStats when file does not exist 2018-01-02 17:52:38 -05:00
types.go Add an API to get FsStats from filesystem UUID 2017-08-23 12:33:42 -07:00