-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add support for tracefs #963
Comments
|
@smira any chance to look into this? |
Do you have any proposal on the required changes to the kernel configuration? |
I do not have any knowledge on the kernel configuration, we came into this problem when installing eBPF based monitoring solutions, including @groundcover-com, the exact message from their engineers: Technical background:
The issue
Work being done
|
I still don't understand what exactly is missing? Mount for tracefs? |
Yes. As discussed in siderolabs/talos#5318, |
Why this issue is opened in |
I believe that this issue and siderolabs/talos#5318 are almost the same, and the placement could be mistaken. |
Fixes siderolabs/pkgs#963 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit da7f276)
@smira thank you for the fix, do you think that this fix might be in a recent release? |
It will be in Talos v1.7.3 |
Fixes siderolabs/pkgs#963 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit da7f276)
Talos OS doesn’t allow tracefs probes. Only PMU probes are allowed, where maxactive can not be provided and is set to its default value.
The default value of maxactive is too low to support high throughput - causing data loss in data capture
The text was updated successfully, but these errors were encountered: