open-nomad/client
Michael Schurter 23c66e37c5 Handle errors during snapshotting
If an alloc dir is being GC'd (removed) during snapshotting the walk
func will be passed an error. Previously we didn't check for an error so
a panic would occur when we'd try to use a nil `fileInfo`.
2017-11-29 17:26:11 -08:00
..
allocdir Handle errors during snapshotting 2017-11-29 17:26:11 -08:00
config Nomad agent reload TLS configuration on SIGHUP (#3479) 2017-11-14 17:53:23 -08:00
driver Missed assert in one place 2017-11-20 13:04:38 -06:00
fingerprint Merge pull request #3556 from angrycub/f-fingerprint-log-level 2017-11-16 16:27:25 -05:00
getter Add support for go-getter modes 2017-07-06 10:45:44 -07:00
stats Fix GC'd alloc tracking 2017-11-01 15:16:38 -05:00
structs Small fixes 2017-07-18 12:19:57 -07:00
testutil Skip if no docker 2017-10-19 16:55:10 -07:00
vaultclient Remove structs import from api 2017-09-29 10:36:08 -07:00
acl.go SecretID -> AuthToken 2017-10-12 15:16:33 -07:00
acl_test.go Remove structs import from api 2017-09-29 10:36:08 -07:00
alloc_runner.go Handle leader task being dead in RestoreState 2017-11-15 10:36:13 -08:00
alloc_runner_health_watcher.go comments 2017-08-15 12:23:29 -07:00
alloc_runner_test.go Handle leader task being dead in RestoreState 2017-11-15 10:36:13 -08:00
alloc_watcher.go Alloc watcher must send Node.SecretID as AuthToken 2017-10-12 16:38:02 -07:00
alloc_watcher_test.go Add functionality for authenticated volumes 2017-10-11 17:09:20 -07:00
client.go Nomad agent reload TLS configuration on SIGHUP (#3479) 2017-11-14 17:53:23 -08:00
client_test.go Fix GC'd alloc tracking 2017-11-01 15:16:38 -05:00
consul.go Add check watcher for restarting unhealthy tasks 2017-09-14 16:46:54 -07:00
consul_template.go alway load all templates 2017-11-10 12:35:51 -08:00
consul_template_test.go Handle multiple environment templates 2017-11-10 11:08:19 -08:00
consul_test.go Improve check watcher logging and add tests 2017-09-14 16:47:41 -07:00
gc.go Remove noisy log line 2017-11-03 16:00:30 -07:00
gc_test.go Fix race in test 2017-11-01 15:16:38 -05:00
restarts.go Enable more linters 2017-09-26 15:26:33 -07:00
restarts_test.go Cleanup and test restart failure code 2017-09-15 14:54:37 -07:00
serverlist.go Retry all servers on RPC call failure 2016-09-23 11:44:48 -07:00
serverlist_test.go Parallel client tests (#2890) 2017-07-22 19:04:36 -07:00
state_database.go Enable more linters 2017-09-26 15:26:33 -07:00
task_runner.go Only publish metric when the task is running and dev mode publishes metrics 2017-11-15 13:21:06 -08:00
task_runner_test.go Move logic for determinic event display message to task_runner, added two new fields DisplayMessage and Details. 2017-11-03 09:13:01 -05:00
task_runner_unix_test.go Improve check watcher logging and add tests 2017-09-14 16:47:41 -07:00
util.go Move env template handling into consul_template.go 2017-05-23 13:53:34 -07:00
util_test.go Remove structs import from api 2017-09-29 10:36:08 -07:00