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

Ensure rofiles-fuse gets SIGTERM if we exit #4660

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

cgwalters
Copy link
Member

I've seen us leak fuse processes on the build side; I think this happens when we get SIGINT (ctrl-c). Ensure that in this case the fuse process gets SIGTERM, so it can gracefully unmount itself.

I've seen us leak fuse processes on the build side; I think
this happens when we get SIGINT (ctrl-c).  Ensure that in this
case the fuse process gets SIGTERM, so it can gracefully unmount
itself.
@openshift-ci
Copy link

openshift-ci bot commented Oct 16, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@cgwalters cgwalters marked this pull request as ready for review October 16, 2023 14:59
@cgwalters
Copy link
Member Author

/retest

Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cgwalters cgwalters enabled auto-merge (rebase) October 20, 2023 14:04
@cgwalters cgwalters merged commit 770822d into coreos:main Oct 24, 2023
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