This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 03 Jan, 2019 13 commits
-
-
Mahmood Ali authored
Restores pre-0.9 behavior, where Nomad makes /dev available to exec task. Switching to libcontainer, we accidentally made only a small subset available. Here, we err on the side of preserving behavior of 0.8, instead of going for the sensible route, where only a reasonable subset of devices is mounted by default and user can opt to request more.
-
Mahmood Ali authored
libcontainer based drivers (e.g. exec, java) should default to running processes as `nobody` [1]; but libcontainer treats empty user as `root` in our case (either because of default or due to `root` being current user). [1] https://github.com/hashicorp/nomad/blob/94c28a4c6cc45f1b377d50a6bff2017b46c43d18/website/source/docs/job-specification/task.html.md#task-parameters
-
Preetha authored
-
Danielle Tomlinson authored
allocrunner: Standardised discard logs
-
Preetha Appan authored
-
Preetha authored
taskrunner: Persist environment from hooks
-
Danielle Tomlinson authored
Fix `make check`
-
Danielle Tomlinson authored
Follow up from https://github.com/hashicorp/nomad/pull/5007#pullrequestreview-186739124
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
drivers: Cleanup root user fingerprinting
-
Danielle Tomlinson authored
https://github.com/hashicorp/nomad/pull/5032 introduced a regression where the origHookState was used in place of the response from the hook.
-
- 20 Dec, 2018 11 commits
-
-
Preetha authored
e2e tests for spread stanza
-
Alex Dadgar authored
Store device envs separately and pass to drivers
-
Preetha Appan authored
-
Nick Ethier authored
client: add proper build flag to allocrunner testing.go
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
This is an unrecoverable error, so we should only do this check once, rather than returning unhealthy constantly.
-
Danielle Tomlinson authored
-
Nick Ethier authored
ci: use gotestsum for running tests
-
Preetha Appan authored
-
Nick Ethier authored
-
- 19 Dec, 2018 16 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Michael Schurter authored
client: assert alloc status updates work
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
Support upgrading state from
-
Michael Schurter authored
Re-enabling and updating an old test. Able to cut out a ton of extra work by using WaitForRunning which does almost everything this test needs.
-
Omar Khawaja authored
-
Michael Schurter authored
Fixes TestClient_SaveRestoreState
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
And add a test
-
Michael Schurter authored
Unfortunately I don't know how to test these errors. As far as I can tell they should only happen if there was a programming error in the upgrade code or the underlying boltdb was corrupted somehow.
-
Michael Schurter authored
-
Michael Schurter authored
Also persist and load DeploymentStatus to avoid rechecking health after client restarts.
-
Michael Schurter authored
* Prefix task bucket with task- to prevent name conflicts * Shorten device manager bucket name * Remove commented out outdated var * Update layout comment
-