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. 04 Dec, 2018 2 commits
    • Mahmood Ali's avatar
      Kill all container processes on shutdown · 781d8558
      Mahmood Ali authored
      Currently, libcontainer-based executor, upon shutdown, kills the
      container initial process.  The children of the killed process remain
      running, and the executor is never marked as terminated until they do.
      
      Also, fix a case where we treat processes as successful, when
      `proc.Wait()` fails.  In some attempts, I was getting "waitid no child
      processes" errors and such error shouldn't get process to be considered
      successful.
      781d8558
    • Mahmood Ali's avatar
      Test Stopping a multi-process exec · 87c12861
      Mahmood Ali authored
      Ensure that exec children processes get killed as well.
      87c12861
  2. 01 Dec, 2018 1 commit
  3. 30 Nov, 2018 24 commits
  4. 29 Nov, 2018 7 commits
  5. 28 Nov, 2018 6 commits