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.
  1. 09 Jan, 2019 1 commit
    • Alex Dadgar's avatar
      Improve Kill handling on task runner · a5ba1559
      Alex Dadgar authored
      This PR improves how killing a task is handled. Before the kill function
      directly orchestrated the killing and was only valid while the task was
      running. The new behavior is to mark the desired state and wait for the
      task runner to converge to that state.
      a5ba1559
  2. 08 Jan, 2019 13 commits
  3. 07 Jan, 2019 21 commits
  4. 06 Jan, 2019 1 commit
    • Mahmood Ali's avatar
      drivers/exec: restrict devices exposed to tasks · c26dfb00
      Mahmood Ali authored
      We ultimately decided to provide a limited set of devices in exec/java
      drivers instead of all of host ones.  Pre-0.9, we made all host devices
      available to exec tasks accidentally, yet most applications only use a
      small subset, and this choice limits our ability to restrict/isolate GPU
      and other devices.
      
      Starting with 0.9, by default, we only provide the same subset of
      devices Docker provides, and allow users to provide more devices as
      needed on case-by-case basis.
      
      This reverts commit 5805c64a.
      This reverts commit ff9a4a17.
      c26dfb00
  5. 04 Jan, 2019 4 commits