From fdde945f2895fce27867eaa0456740b289bd65f0 Mon Sep 17 00:00:00 2001 From: "Henrique M. Gontijo" Date: Sat, 28 May 2016 21:49:34 -0700 Subject: [PATCH] Update alloc.html.md Updating the Allocation documentation page. Issue: https://github.com/hashicorp/nomad/issues/1190 --- website/source/docs/http/alloc.html.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/website/source/docs/http/alloc.html.md b/website/source/docs/http/alloc.html.md index a4f639e1f..066ef9950 100644 --- a/website/source/docs/http/alloc.html.md +++ b/website/source/docs/http/alloc.html.md @@ -253,7 +253,13 @@ be specified using the `?region=` query parameter. driver. * `Started` - The task was started; either for the first time or due to a restart. - * `Terminated` - The task terminated. - * `Killed` - The task was killed by the user. + * `Terminated` - The task was started and exited. + * `Killed` - The task was killed by an user. + * `Received` - The task has been pulled by the client at the given timestamp. + * `Failed Validation` - The task was invalid and as such it didn't run. + * `Restarting` - The task terminated and is being restarted. + * `Not Restarting` - the task has failed and is not being restarted because it has exceeded its restart policy. + * `Downloading Artifacts` - The task is downloading the artifact(s) specified in the task. + * `Failed Artifact Download` - Artifact(s) specified in the task failed to download. Depending on the type the event will have applicable annotations.