-
Notifications
You must be signed in to change notification settings - Fork 34
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
AWS ENA driver not reporting all statistics #1197
Labels
Comments
github-project-automation
bot
moved this to 📝 Needs Triage
in Flatcar tactical, release planning, and roadmap
Oct 4, 2023
Thanks for reporting this, it looks like the ENA driver in the linux kernel tree is at v2.1.0. I wonder why AWS stopped updating it. |
@AndrewNeudegg do you see the same output as Flatcar on Ubuntu on AWS? |
Hi @jepio, The output from Ubuntu: ethtool -S eth0
modinfo ena
OS Information
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The ENA driver installed with flatcar does not produce all of the metrics that AWS advertise as being available. The documentation states that metrics like
conntrack_allowance_available
should be available, but they are not present.Output of
ethtool -S eth0
:Output of
modinfo ena
:The instance and the AMI supports ENA metrics:
OS Information:
This is likely due to the ENA driver being version older than 2.8.1.
Impact
The impact is that we are unable to export all the metrics that should be available to us limiting our ability to detect and resolve issues.
Environment and steps to reproduce
Flatcar running on an
m6i.2xlarge
EC2 instance within AWS. When queryingethtool -S eth0 | grep conntrack_allowance_available
you should get a result.Expected behavior
The full set of ENA metrics should be reported.
Additional information
This works as expected on Amazon Linux 2 on the same instance type.
The text was updated successfully, but these errors were encountered: