open-nomad/drivers
Danielle Lancashire a096a7f112 Switch to pre-0.9 behaviour for handling volumes
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 |
2019-04-18 14:28:45 +02:00
..
docker Switch to pre-0.9 behaviour for handling volumes 2019-04-18 14:28:45 +02:00
exec clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
java clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
mock rename fifo methods for clarity 2019-04-01 16:52:58 -04:00
qemu Merge pull request #5341 from hashicorp/ci-windows-docker 2019-02-21 13:17:33 -05:00
rawexec clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
rkt clarify unknown signal log line (#5466) 2019-03-25 17:19:43 -04:00
shared an alternative order 2019-04-02 20:00:54 -04:00