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
v0.6.0
Operating system and Environment details
Ubuntu 16.04
Issue
Create a job with auto_revert set to true. Run several different deployments with this job. In my case the latest successful deployment was job version 195. Then delete this job with nomad stop -purge. Run this job again with a successful deployment, which is deployment 0. Push a deployment that will fail which will be deployment 1. When the deployment fails nomad deployment list will show Failed due to unhealthy allocations - rolling back to job version 195. Nomad should try to roll back to version 0, but something is not being reset with nomad stop -purge.
The text was updated successfully, but these errors were encountered:
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
v0.6.0
Operating system and Environment details
Ubuntu 16.04
Issue
Create a job with
auto_revert
set to true. Run several different deployments with this job. In my case the latest successful deployment was job version 195. Then delete this job withnomad stop -purge
. Run this job again with a successful deployment, which is deployment 0. Push a deployment that will fail which will be deployment 1. When the deployment failsnomad deployment list
will showFailed due to unhealthy allocations - rolling back to job version 195
. Nomad should try to roll back to version 0, but something is not being reset withnomad stop -purge
.The text was updated successfully, but these errors were encountered: