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.
- 28 Mar, 2018 13 commits
-
-
Michael Lange authored
-
Michael Lange authored
UI: Read the task event message from the DisplayMessage prop
-
Michael Lange authored
-
Chelsea Komlo authored
Specify docker name in driver health messages
-
Preetha Appan authored
-
Preetha authored
Allow to specify total memory on agent configuration
-
Preetha Appan authored
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Charlie Voiselle authored
* Added extra debug logging; extended timeout; added jitter. * small log changes * increase timeout * remove unneccessary uuid
-
- 27 Mar, 2018 27 commits
-
-
Michael Schurter authored
drainer: reset index when new job registered
-
Michael Schurter authored
demo: give agents unique names
-
Michael Schurter authored
client: always mark exited sys/svc allocs as failed
-
Michael Schurter authored
drain: fix draining of system jobs
-
Alex Dadgar authored
Create evals for system jobs when drain is unset
-
Alex Dadgar authored
This PR creates evals for system jobs when: * Drain is unset and mark eligible is true * Eligibility is restored to the node
-
Michael Schurter authored
When restarts.attempts=0 was set in a jobspec a system or service alloc that exited with 0 status would be marked as `completed` instead of `failed`. Since system and service jobs are intended to run until stopped or updated, they should always be marked as failed when they exit even in cases where the exit code is 0.
-
Michael Schurter authored
Give demo agents unique names to improve `nomad node status` output. Since the agents default to the hostname, they all had the same name whether using the root or demo Vagrantfiles.
-
Michael Schurter authored
-
Michael Schurter authored
May want to bump this a bit more as the drain often completes amidst a flurry of alloc updates.
-
Michael Schurter authored
-
Michael Schurter authored
Since the BatchJob helper had a different task group than the Alloc helper, it was difficult to create a valid batch alloc.
-
Michael Schurter authored
System allocs should be drained when a node's deadline is hit or when all other allocs on the node have stopped/migrated.
-
Michael Schurter authored
-
Chelsea Komlo authored
Properly format node event timestamps
-
Mildred Ki'Lya authored
Allow to set the total memory of an agent in its configuration file. This can be used in case the automatic detection doesn't work or in specific environments when memory overcommit (using swap for example) can be desirable.
-
Preetha authored
docs for delayed rescheduling options
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Only track nodes if the conn is from the node
-
Alex Dadgar authored
Fix alloc watcher snapshot streaming
-
Alex Dadgar authored
-