cadvisor/pages
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
..
assets update jquery and bootstrap 2017-11-17 13:17:51 -08:00
static Skip getVfsStats when file does not exist 2018-01-02 17:52:38 -05:00
containers.go Cleanup cAdvisor error responses with proper headers & response codes 2017-08-10 12:32:25 -07:00
docker.go Cleanup cAdvisor error responses with proper headers & response codes 2017-08-10 12:32:25 -07:00
pages.go Cleanup cAdvisor error responses with proper headers & response codes 2017-08-10 12:32:25 -07:00
templates.go Skip getVfsStats when file does not exist 2018-01-02 17:52:38 -05:00