You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a question, prepend your issue with [question] or preferably use the nomad mailing list.
If filing a bug please include the following:
Nomad version
Output from nomad version Nomad v0.4.0
Operating system and Environment details
Ubuntu trust 14.04 Linux ip-10-10-72-34 3.13.0-93-generic #140-Ubuntu SMP Mon Jul 18 21:21:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Issue
I have a job using a docker driver for the task. The job is no longer registered according to nomad:
ubuntu@ip-10-10-72-34:~$ nomad status
ID Type Priority Status
catalog-blue service 50 running
catalog-green service 50 running
catalog-hub-swagger-blue service 50 running
catalog-hub-swagger-green service 50 running
playground-b service 50 running
playground-g service 50 running
router system 50 running
However the service still shows up in consul, and any attempt to delete the containers associated with this phantom job start up again after being removed. I don't know how to remove the job from nomad, because nomad reports no job by that name running.
Reproduction steps
I don't know how I got into this state, so unknown how to reproduce.
Nomad Server logs (if appropriate)
I can provide whatever logs are required
Nomad Client logs (if appropriate)
Not sure these are needed, but I can supply them if need be.
The way to get out of that state is to find the machine registering the service and on that machine do a ps aux | grep nomad. Then kill the executor that is associated to the alloc-id that should be dead.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
If you have a question, prepend your issue with
[question]
or preferably use the nomad mailing list.If filing a bug please include the following:
Nomad version
Output from
nomad version
Nomad v0.4.0
Operating system and Environment details
Ubuntu trust 14.04
Linux ip-10-10-72-34 3.13.0-93-generic #140-Ubuntu SMP Mon Jul 18 21:21:05 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Issue
I have a job using a docker driver for the task. The job is no longer registered according to nomad:
However the service still shows up in consul, and any attempt to delete the containers associated with this phantom job start up again after being removed. I don't know how to remove the job from nomad, because nomad reports no job by that name running.
Reproduction steps
I don't know how I got into this state, so unknown how to reproduce.
Nomad Server logs (if appropriate)
I can provide whatever logs are required
Nomad Client logs (if appropriate)
Not sure these are needed, but I can supply them if need be.
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: