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.
- 18 Apr, 2019 1 commit
-
-
Danielle authored
docs: Clarify docker volume behaviour
-
- 17 Apr, 2019 3 commits
-
-
Chris Baker authored
list singularity as a community driver
-
Charlie Voiselle authored
-
Danielle Lancashire authored
-
- 16 Apr, 2019 9 commits
-
-
Mahmood Ali authored
Fixes #5566 . Fix a case where docker logging process may lock up nomad agent restart. Looks like we have a case where docker logger is started even through logmon isn't. In such case, the fifo writer blocks indefinitely and because the open operation happens in the main goroutine, nomad agent blocks indefinitely. This fixes the issue where the fifo open operation happens in goroutine instead of main goroutine. We should follow up independently to ensure logmon <-> dockerlogger ordering and consider having task recovery happen in non-main goroutine with some sensible timeouts.
-
Eduardo Arango authored
Signed-off-by:
Eduardo Arango <eduardo@sylabs.io>
-
Eduardo Arango authored
Signed-off-by:
Eduardo Arango <eduardo@sylabs.io>
-
Michael Schurter authored
vault: fix renewal time
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Renewal time was being calculated as 10s+Intn(lease-10s), so the renewal time could be very rapid or within 1s of the deadline: [10s, lease) This commit fixes the renewal time by calculating it as: (lease/2) +/- 10s For a lease of 60s this means the renewal will occur in [20s, 40s).
-
Mahmood Ali authored
-
Mahmood Ali authored
-
- 15 Apr, 2019 7 commits
-
-
Michael Schurter authored
client: simplify kill logic
-
Michael Schurter authored
api: fix migrate stanza initialization
-
Danielle authored
docs: Add docs for nomad-alloc-restart
-
Danielle Lancashire authored
-
Chris Baker authored
-
Chris Baker authored
cli: add support for periodic force evaluation
-
Danielle Lancashire authored
Add `nomad alloc restart` and `nomad status -verbose`
-
- 12 Apr, 2019 17 commits
-
-
Eduardo Arango authored
Merge branch 'website_docs_singularity' of github.com:ArangoGutierrez/nomad into website_docs_singularity
-
Eduardo Arango authored
Signed-off-by:
Eduardo Arango <eduardo@sylabs.io>
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
resolves #3251
-
Michael Lange authored
UI: Make tests faster
-
Chris Baker authored
vault namespaces: inject VAULT_NAMESPACE alongside VAULT_TOKEN
-
Eduardo Arango authored
Signed-off-by:
Eduardo Arango <eduardo@sylabs.io>
-
Preetha authored
Refactor scheduler package to enable preemption for batch/service jobs
-
Chris Baker authored
cli: add `acl token list` command, documentation
-
Chris Baker authored
docs: fix some incorrect acl policy docs (typos, copy-paste errors)
-
Preetha Appan authored
-
Chris Baker authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
- 11 Apr, 2019 3 commits
-
-
Nick Fagerlund authored
website: Update hashicorp-middleman container to v0.3.39
-
Michael Schurter authored
Fixes Migrate to be initialized like RescheduleStrategy. Fixes #5477
-
Lang Martin authored
Revert accidental merge of pr #5482
-