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. 21 Jun, 2022 1 commit
  2. 20 Jun, 2022 2 commits
  3. 17 Jun, 2022 1 commit
  4. 16 Jun, 2022 5 commits
  5. 15 Jun, 2022 1 commit
  6. 14 Jun, 2022 7 commits
  7. 13 Jun, 2022 1 commit
  8. 10 Jun, 2022 6 commits
  9. 09 Jun, 2022 4 commits
    • Seth Hoenig's avatar
      Merge pull request #13308 from hashicorp/f-generic-helpers · 2697e63a
      Seth Hoenig authored
      helpers: provide a few generic helper functions
      2697e63a
    • Seth Hoenig's avatar
      helpers: provide a few generic helper functions · 109f25fe
      Seth Hoenig authored
      This PR deprecates some functions in favor of generic alternatives.
      
      The new functions are compatible only with Nomad v1.4+.
      
      The old functions (nor their use) should not be removed until Nomad v1.6+.
      109f25fe
    • Tim Gross's avatar
      CSI: skip node unpublish on GC'd or down nodes (#13301) · dd1bbbec
      Tim Gross authored
      If the node has been GC'd or is down, we can't send it a node
      unpublish. The CSI spec requires that we don't send the controller
      unpublish before the node unpublish, but in the case where a node is
      gone we can't know the final fate of the node unpublish step.
      
      The `csi_hook` on the client will unpublish if the allocation has
      stopped and if the host is terminated there's no mount for the volume
      anyways. So we'll now assume that the node has unpublished at its
      end. If it hasn't, any controller unpublish will potentially hang or
      error and need to be retried.
      dd1bbbec
    • phreakocious's avatar
      Add `guest_agent` config option for QEMU driver (#12800) · f8774369
      phreakocious authored
      Add boolean 'guest_agent' config option for QEMU driver, which will
      create the socket file for the QEMU Guest Agent in the task dir when
      enabled.
      f8774369
  10. 08 Jun, 2022 12 commits