open-nomad/client
Michael Schurter 78823d559b Squelch logspam when unable to get disk usage stats
To reproduce logspam:

```
$ docker plugin install --grant-all-permissions vieux/sshfs
$ nomad agent -dev
...
2017/08/25 17:09:03.282868 [WARN] client: error fetching host disk usage stats for /var/lib/docker/plugins/a8b4a69b07e5180f828d19e1e9e102ccc0e26f9c9939eaef85357260c30b20a7/rootfs/mnt/volumes: permission denied
... repeats every collection period ...
```
2017-08-28 12:04:32 -07:00
..
allocdir Must be root for TestAllocDir_CreateDir 2017-08-16 10:46:14 -07:00
config Fix tests 2017-08-16 16:26:52 -07:00
driver Merge pull request #3073 from clinta/docker-500 2017-08-24 16:57:36 -07:00
fingerprint Handle interfaces that only have link-local addrs 2017-08-23 15:32:22 -07:00
getter Add support for go-getter modes 2017-07-06 10:45:44 -07:00
stats Squelch logspam when unable to get disk usage stats 2017-08-28 12:04:32 -07:00
structs Small fixes 2017-07-18 12:19:57 -07:00
testutil
vaultclient Make test Vault pick random ports 2017-07-25 17:40:59 -07:00
alloc_runner.go Add version package 2017-08-16 15:44:21 -07:00
alloc_runner_health_watcher.go comments 2017-08-15 12:23:29 -07:00
alloc_runner_test.go Fix tests 2017-08-16 16:26:52 -07:00
alloc_watcher.go Fix formatting 2017-08-15 10:37:02 -07:00
alloc_watcher_test.go Exit if alloc listener closes 2017-08-11 16:22:02 -07:00
client.go Move migrating state into prevAllocWatcher 2017-08-14 16:02:28 -07:00
client_test.go Move migrating state into prevAllocWatcher 2017-08-14 16:02:28 -07:00
consul.go Fix alloc health with checks using interpolation 2017-08-07 16:27:08 -07:00
consul_template.go address comments 2017-08-10 13:00:06 -07:00
consul_template_test.go Template emits events explaining why it is blocked 2017-08-09 18:01:27 -07:00
consul_test.go Fix alloc health with checks using interpolation 2017-08-07 16:27:08 -07:00
gc.go initial attempt at refactoring blocked/migrating 2017-08-11 16:21:35 -07:00
gc_test.go Update tests for new blocking/migrating code 2017-08-11 16:21:57 -07:00
restarts.go
restarts_test.go
serverlist.go
serverlist_test.go Parallel client tests (#2890) 2017-07-22 19:04:36 -07:00
state_database.go Fix tests 2017-05-03 11:15:30 -07:00
task_runner.go Update and test service/check interpolation 2017-08-17 16:49:14 -07:00
task_runner_test.go Merge mistake made go fmt fail 2017-08-18 13:19:44 -07:00
task_runner_unix_test.go Split task runner tests 2017-04-04 15:02:09 -07:00
util.go Move env template handling into consul_template.go 2017-05-23 13:53:34 -07:00
util_test.go Fix tests 2017-05-03 11:15:30 -07:00