changelog and website

This commit is contained in:
Alex Dadgar
2017-11-03 16:43:16 -07:00
parent 80b434d467
commit cf5cdfd634
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ IMPROVEMENTS:
relative format like `6 h ago` [GH-3449]
* client: Added metrics to track state transitions of allocations [GH-3061]
* driver/docker: Detect OOM kill event [GH-3459]
* driver/qemu: Support graceful shutdowns on unix platforms [GH-3411]
BUG FIXES:

View File

@@ -61,7 +61,7 @@ The `qemu` driver supports the following configuration in the job spec:
[data_dir](https://www.nomadproject.io/docs/agent/configuration/index.html#data_dir)
or
[alloc_dir](https://www.nomadproject.io/docs/agent/configuration/client.html#alloc_dir)
paths.)
paths.) This feature is currently not supported on Windows.
* `port_map` - (Optional) A key-value map of port labels.