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
1.9.3
MacOS and Ubuntu
Running nomad system gc does not garbage collect stopped jobs.
nomad system gc
Run a job, stop it, and then force garbage collection via nomad system gc.
The job is garbage collected.
The job is still shown via nomad job status.
nomad job status
N/A
The text was updated successfully, but these errors were encountered:
pkazmierczak
Successfully merging a pull request may close this issue.
Nomad version
1.9.3
Operating system and Environment details
MacOS and Ubuntu
Issue
Running
nomad system gc
does not garbage collect stopped jobs.Reproduction steps
Run a job, stop it, and then force garbage collection via
nomad system gc
.Expected Result
The job is garbage collected.
Actual Result
The job is still shown via
nomad job status
.Job file (if appropriate)
N/A
Nomad Server logs (if appropriate)
N/A
Nomad Client logs (if appropriate)
N/A
The text was updated successfully, but these errors were encountered: