From ef4f85efeeb9fa958e88a7953b1b5ab53d5b9040 Mon Sep 17 00:00:00 2001 From: Pete Shima Date: Tue, 1 Mar 2016 23:51:11 -0800 Subject: [PATCH 1/2] Add a specific doc entry for the common error you may see when you are using the exec driver and not running as root. --- website/source/docs/drivers/exec.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/drivers/exec.html.md b/website/source/docs/drivers/exec.html.md index 790bb7740..f76f4eeae 100644 --- a/website/source/docs/drivers/exec.html.md +++ b/website/source/docs/drivers/exec.html.md @@ -52,6 +52,10 @@ You must specify a `command` to be executed. Optionally you can specify an `artifact_source` to be downloaded as well. Any `command` is assumed to be present on the running client, or a downloaded artifact. +If you are receiving the error `* Constraint "missing drivers" filtered <> nodes` +and using the exec driver, check to ensure that you are running Nomad as root. This +also applies for running nomad in -dev mode. + ## Examples To run a binary present on the Node: From 3ec9968bcc11611368d9fb192a042d05013056e5 Mon Sep 17 00:00:00 2001 From: Pete Shima Date: Tue, 1 Mar 2016 23:52:42 -0800 Subject: [PATCH 2/2] Fix capitalization of Nomad in doc update --- website/source/docs/drivers/exec.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/exec.html.md b/website/source/docs/drivers/exec.html.md index f76f4eeae..e0bd9f3d4 100644 --- a/website/source/docs/drivers/exec.html.md +++ b/website/source/docs/drivers/exec.html.md @@ -54,7 +54,7 @@ running client, or a downloaded artifact. If you are receiving the error `* Constraint "missing drivers" filtered <> nodes` and using the exec driver, check to ensure that you are running Nomad as root. This -also applies for running nomad in -dev mode. +also applies for running Nomad in -dev mode. ## Examples