Created
May 7, 2018 19:20
-
-
Save jwreagor/bc75deae85ffd9d70a236e4ef319bf4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ctl-1:~# nomad status | |
ID Type Priority Status Submit Date | |
vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 service 50 pending 2018-05-07T19:17:33Z | |
root@ctl-1:~# nomad status | |
ID Type Priority Status Submit Date | |
vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 service 50 pending 2018-05-07T19:17:33Z | |
root@ctl-1:~# nomad status vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 | |
ID = vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 | |
Name = vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 | |
Submit Date = 2018-05-07T19:17:33Z | |
Type = service | |
Priority = 50 | |
Datacenters = sjc1 | |
Status = pending | |
Periodic = false | |
Parameterized = false | |
Summary | |
Task Group Queued Starting Running Failed Complete Lost | |
vm 0 0 0 1 0 0 | |
Future Rescheduling Attempts | |
Task Group Eval ID Eval Time | |
vm 48dce287 11s from now | |
Allocations | |
ID Node ID Task Group Version Desired Status Created Modified | |
ed9d6602 00aed4ea vm 0 run failed 20s ago 19s ago | |
root@ctl-1:~# nomad logs vm1_0a4621ec-d40c-d8cc-0b5d-582d009ce725 | |
Error querying allocation: Unexpected response code: 500 (rpc error: alloc lookup failed: index error: Invalid UUID length. UUID have 36 characters; got 40) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment