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

fix: ignore error for cgroups that doesn't exist #3410

Merged

Conversation

josedonizetti
Copy link
Collaborator

@josedonizetti josedonizetti commented Aug 22, 2023

1. Explain what the PR does

Fix #3396

When running tracee on gke we see a lot of errors due to deletion of groups that don't exist (probably because they are not related to containers), on this PR we ignore this error, and add a debug logging for whenever it happens.

2. Explain how to test it

3. Other comments

Copy link
Member

@geyslan geyslan left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

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

LGTM

@josedonizetti josedonizetti merged commit 97c36e2 into aquasecurity:main Aug 23, 2023
27 checks passed
@josedonizetti josedonizetti deleted the fix-verbose-cgroup-error branch August 23, 2023 12:36
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.

verbose log for cgroups_mkdir
3 participants