-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
auto-revert SIGSEGV #426
auto-revert SIGSEGV #426
Comments
We also have similar issue when enabling auto_revert with
Is this normal / expected behavior on doing auto-revert? |
Hi, I have similar and after looking at the code, I discovered that it happens for job that are not in the default namespace. Line 17 in 4cc7f75
dep is nil).
I have a fix and will try to create a PR, I'm not sure it will be merged though, Levant development seems stopped (I think they focus more on Nomad CLI / nomad-pack IIRC). I switched on custom releases from my personal fork (to have features like HCL2 support from #398 or this kind of fixes) as Levant is still a very convenient tool with a better deployment experience than Nomad CLI currently (specifically for deployments from CI/CD). |
Description
Levant crashes every time I deploy a job with a failing check when it gets to the auto-revert state.
By the way, why does Levant even do auto-revert, since Nomad already returns to a stable working version on its own? Can we add a flag to disable Levant's auto-revert functionality?
Relevant Nomad job specification file
I don't think this is very relevant, it happens every time.
Output of
levant version
:Output of
consul version
:Output of
nomad version
:Additional environment details:
Debug log outputs from Levant:
The text was updated successfully, but these errors were encountered: