Skip to content
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

nuke: kill -9 the teuthology process #1653

Merged
merged 1 commit into from
Jun 21, 2021
Merged

nuke: kill -9 the teuthology process #1653

merged 1 commit into from
Jun 21, 2021

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Jun 9, 2021

If the process has been kill -STOPped, then we'll unlock the machines, but
the process will stick around and we'll try to nuke it again later,
zapping the machines after they're being used by some other job, leading
to failures. (Usually this manifests as an error when the other job stops
where it has trouble gzipping the logs.)

Signed-off-by: Sage Weil [email protected]

If the process has been kill -STOPped, then we'll unlock the machines, but
the process will stick around and we'll try to nuke it again later,
zapping the machines after they're being used by some other job, leading
to failures.  (Usually this manifests as an error when the other job stops
where it has trouble gzipping the logs.)

Use -9 to make sure even STOPped processes are killed.

Signed-off-by: Sage Weil <[email protected]>
@jdurgin jdurgin merged commit 26631ed into master Jun 21, 2021
@jdurgin jdurgin deleted the nuke-9 branch June 23, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants