From ef4f85efeeb9fa958e88a7953b1b5ab53d5b9040 Mon Sep 17 00:00:00 2001 From: Pete Shima Date: Tue, 1 Mar 2016 23:51:11 -0800 Subject: [PATCH] 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: