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. 08 Jan, 2020 4 commits
  2. 07 Jan, 2020 5 commits
    • Drew Bailey's avatar
      Merge pull request #6902 from hashicorp/b-update-tainted-evict-to-lost · 41686cee
      Drew Bailey authored
      Update Evicted allocations to lost when lost
      41686cee
    • Tim Gross's avatar
      changelog for GH-6907 · 93cab3f0
      Tim Gross authored
      93cab3f0
    • James Rasell's avatar
      Fix error parsing config when setting consul.timeout. (#6907) · bbf0bdbb
      James Rasell authored
      When parsing a config file which had the consul.timeout param set,
      Nomad was reporting an error causing startup to fail. This seems
      to be caused by the HCL decoder interpreting the timeout type as
      an int rather than a string. This is caused by the struct
      TimeoutHCL param having a hcl key of timeout alongside a Timeout
      struct param of type time.Duration (int). Ensuring the decoder
      ignores the Timeout struct param ensure the decoder runs
      correctly.
      bbf0bdbb
    • Drew Bailey's avatar
      update changelog · 8d73cda7
      Drew Bailey authored
      8d73cda7
    • Drew Bailey's avatar
      Update Evicted allocations to lost when lost · 81a24098
      Drew Bailey authored
      If an alloc is being preempted and marked as evict, but the underlying
      node is lost before the migration takes place, the allocation currently
      stays as desired evict, status running forever, or until the node comes
      back online.
      
      This commit updates updateNonTerminalAllocsToLost to check for a
      destired status of Evict as well as Stop when updating allocations on
      tainted nodes.
      
      switch to table test for lost node cases
      81a24098
  3. 06 Jan, 2020 1 commit
  4. 03 Jan, 2020 3 commits
  5. 02 Jan, 2020 2 commits
  6. 20 Dec, 2019 5 commits
  7. 19 Dec, 2019 7 commits
  8. 18 Dec, 2019 4 commits
  9. 17 Dec, 2019 2 commits
  10. 16 Dec, 2019 7 commits