We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output from nomad version
nomad version
1.9.6-dev
Ubuntu
The nomad state store is persisting an incorrect job status field for job versions when stopping a job and reverting a job.
Inspect the job states via nomad job inspect -version
nomad job inspect -version
Version 1 should have status dead and version 2 should have status running
dead
running
Version 1 has status running and version 2 has status dead
The text was updated successfully, but these errors were encountered:
mismithhisler
Successfully merging a pull request may close this issue.
Nomad version
Output from
nomad version
1.9.6-dev
Operating system and Environment details
Ubuntu
Issue
The nomad state store is persisting an incorrect job status field for job versions when stopping a job and reverting a job.
Reproduction steps
Inspect the job states via
nomad job inspect -version
Expected Result
Version 1 should have status
dead
and version 2 should have statusrunning
Actual Result
Version 1 has status
running
and version 2 has statusdead
Job file (if appropriate)
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: