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. 19 Mar, 2021 1 commit
  2. 18 Mar, 2021 3 commits
    • Tim Gross's avatar
      CSI: unique volume per allocation · 7c756967
      Tim Gross authored
      Add a `PerAlloc` field to volume requests that directs the scheduler to test
      feasibility for volumes with a source ID that includes the allocation index
      suffix (ex. `[0]`), rather than the exact source ID.
      
      Read the `PerAlloc` field when making the volume claim at the client to
      determine if the allocation index suffix (ex. `[0]`) should be added to the
      volume source ID.
      7c756967
    • Tim Gross's avatar
      CSI: remove prefix matching from CSIVolumeByID and fix CLI prefix matching (#10158) · a1eaad9c
      Tim Gross authored
      Callers of `CSIVolumeByID` are generally assuming they should receive a single
      volume. This potentially results in feasibility checking being performed
      against the wrong volume if a volume's ID is a prefix substring of other
      volume (for example: "test" and "testing").
      
      Removing the incorrect prefix matching from `CSIVolumeByID` breaks prefix
      matching in the command line client. Add the required elements for prefix
      matching to the commands and API.
      a1eaad9c
    • Tim Gross's avatar
      csi: volume init command · 618d64ba
      Tim Gross authored
      Create a convenience command for generating example CSI volume specifications,
      similar to the existing `nomad job init` or `nomad quota init` commands.
      618d64ba
  3. 17 Mar, 2021 2 commits
  4. 16 Mar, 2021 1 commit
    • Charlie Voiselle's avatar
      Fixup uses of `sanity` (#10187) · d914990e
      Charlie Voiselle authored
      * Fixup uses of `sanity`
      * Remove unnecessary comments.
      
      These checks are better explained by earlier comments about
      the context of the test. Per @tgross, moved the tests together
      to better reinforce the overall shared context.
      
      * Update nomad/fsm_test.go
      d914990e
  5. 15 Mar, 2021 2 commits
  6. 12 Mar, 2021 9 commits
  7. 11 Mar, 2021 1 commit
  8. 10 Mar, 2021 12 commits
  9. 09 Mar, 2021 9 commits