Michael Schurter

Results 59 comments of Michael Schurter

> The exec driver and other drivers derived from the shared executor check the path of the command before handing off to libcontainer to ensure that the command doesn't escape...

Is the code for the experimental protobuf implementation published? The scope of code that needs changing in order to take advantage of per-request arenas seems huge, but I'm eager to...

Sorry for silence from HashiCorp on this! To be clear we think it's a *great idea.* For the most straightforward case where an image is reused when a task is...

Device Plugins are planned but still in an internal design phase, so I don't want to make any promises regarding the timeline. Posting detailed use cases and implementation ideas here...

Let's keep this open as *generic* resources have yet to be implemented, but they're still something we're considering. While we have pretty good plugin coverage these days as @tgross noted,...

This is definitely concerning! I would love to see server logs from the leader election if possible. In the future running [`nomad operator debug`](https://developer.hashicorp.com/nomad/docs/commands/operator/debug) would be extremely useful, especially the...

Hopefully that does it. Another thing you can try to avoid having to restore from snapshot is to shrink down to 1 server and restart it with `bootstrap_expect=1` + only...

Argh, sorry that hit you @douglaje but thanks for coming back to close the issue.

Thanks for the bug report and reproduction @mackenzieATA! The problem appears to be that we decode the `task.config` block *twice* unlike every other HCL block. On the first pass `%%{test}`...

On the Nomad side this is still unresolved, but now somewhat intentionally instead of just by pure accident. My solution was *not* to resolve the `canonical HCL-JSON specification for jobspecs`...