From 31e4e31f91fb35c89cecc2d22095c18dc9289dba Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 21 Sep 2015 12:55:00 -0700 Subject: [PATCH] website: command updates for output --- website/source/docs/commands/eval-monitor.html.md.erb | 2 +- website/source/docs/commands/run.html.md.erb | 2 -- website/source/docs/commands/stop.html.md.erb | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/website/source/docs/commands/eval-monitor.html.md.erb b/website/source/docs/commands/eval-monitor.html.md.erb index 1c0f7dea6..7fa6a1365 100644 --- a/website/source/docs/commands/eval-monitor.html.md.erb +++ b/website/source/docs/commands/eval-monitor.html.md.erb @@ -45,6 +45,6 @@ Monitor an existing evaluation $ nomad eval-monitor 8262bc83-3be0-2894-237c-c06ab5e14785 ==> Monitoring evaluation "8262bc83-3be0-2894-237c-c06ab5e14785" Allocation "bd6bd0de-1c97-1e6c-ab8b-106618a0393c" created: node "6f299da5-8e4e-0e48-93f4-f544f4b948a8", group "group1" - Evaluation status changed: "" -> "complete" + Evaluation status changed: "pending" -> "complete" ==> Evaluation "8262bc83-3be0-2894-237c-c06ab5e14785" finished with status "complete" ``` diff --git a/website/source/docs/commands/run.html.md.erb b/website/source/docs/commands/run.html.md.erb index a34784489..8a0dd6c1f 100644 --- a/website/source/docs/commands/run.html.md.erb +++ b/website/source/docs/commands/run.html.md.erb @@ -51,7 +51,6 @@ Schedule the job contained in the file `job1.nomad`, monitoring placement: $ nomad run job1.nomad ==> Monitoring evaluation "52dee78a-a1f0-95c9-81a5-95b4cbe7f6f8" Allocation "5e0b39f0-5e69-6fec-d17b-4b8b7d922cc8" created: node "3e84d3d2-8500-42a3-9d1b-7ad88913352b", group "group1" - Evaluation status changed: "" -> "pending" Allocation "5e0b39f0-5e69-6fec-d17b-4b8b7d922cc8" status changed: "pending" -> "running" Evaluation status changed: "pending" -> "complete" ==> Evaluation "52dee78a-a1f0-95c9-81a5-95b4cbe7f6f8" finished with status "complete" @@ -73,7 +72,6 @@ $ nomad run failing.nomad Scheduling error for group "group1" (failed to find a node for placement) Allocation "a739288e-547a-cd26-1355-e92ca10f165c" status "failed" (1/1 nodes filtered) * Constraint "$attr.kernel.name = linux" filtered 1 nodes - Evaluation status changed: "" -> "pending" Evaluation status changed: "pending" -> "complete" ==> Evaluation "0d7447d9-43fd-4994-6812-500c93c08fce" finished with status "complete" ``` diff --git a/website/source/docs/commands/stop.html.md.erb b/website/source/docs/commands/stop.html.md.erb index c7ff86e1c..0061b2f3a 100644 --- a/website/source/docs/commands/stop.html.md.erb +++ b/website/source/docs/commands/stop.html.md.erb @@ -42,7 +42,6 @@ Stop the job with ID "job1": ``` $ nomad stop job1 ==> Monitoring evaluation "43bfe672-e9a2-1cb8-457a-4c2dca5ce1c7" - Evaluation status changed: "" -> "pending" Evaluation status changed: "pending" -> "complete" ==> Evaluation "43bfe672-e9a2-1cb8-457a-4c2dca5ce1c7" finished with status "complete" ```