From cf5cdfd634b4ee0228e253bd8c2e050ee04438c8 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 3 Nov 2017 16:43:16 -0700 Subject: [PATCH] changelog and website --- CHANGELOG.md | 1 + website/source/docs/drivers/qemu.html.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef48e231..496e76563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md index 3f78c202e..352b80129 100644 --- a/website/source/docs/drivers/qemu.html.md +++ b/website/source/docs/drivers/qemu.html.md @@ -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.