Files
nomad/client/allocrunner/taskrunner
Michael Schurter 55cbbded6c logmon: fix reattach configuration
There were multiple bugs here:

1. Reattach unmarshalling always returned an error because you can't
   unmarshal into a nil pointer.
2. The hook data wasn't being saved because it was put on the request
   struct, not the response struct.
3. The plugin configuration should only have reattach *or* a command
   set. Not both.
4. Setting Done=true meant the hook was never re-run on agent restart so
   reattaching was never attempted.
2019-02-21 15:32:18 -08:00
..
2019-01-08 09:11:47 -05:00
2019-01-29 14:07:55 -08:00
2019-02-04 11:07:57 -08:00