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. 17 Apr, 2019 1 commit
    • Danielle Lancashire's avatar
      Switch to pre-0.9 behaviour for handling volumes · 161ed444
      Danielle Lancashire authored
      In Nomad 0.9, we made volume driver handling the same for `""`, and
      `"local"` volumes. Prior to Nomad 0.9 however these had slightly different
      behaviour for relative paths and named volumes.
      
      Prior to 0.9 the empty string would expand relative paths within the task
      dir, and `"local"` volumes that are not absolute paths would be treated
      as docker named volumes.
      
      This commit reverts to the previous behaviour as follows:
      
      | Nomad Version | Driver  |   Volume Spec    | Behaviour                 |
      |-------------------------------------------------------------------------
      | all           | ""      | testing:/testing | allocdir/testing          |
      | 0.8.7         | "local" | testing:/testing | "testing" as named volume |
      | 0.9.0         | "local" | testing:/testing | allocdir/testing          |
      | 0.9.1         | "local" | testing:/testing | "testing" as named volume |
      161ed444
  2. 16 Apr, 2019 7 commits
  3. 15 Apr, 2019 6 commits
  4. 12 Apr, 2019 13 commits
  5. 11 Apr, 2019 13 commits