-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nomad unable to parse network speed on AWS instances C5 & M5 #4605
Comments
On a T2 instance:
On a C5 instance:
|
I think that is not a bug, due of limitations of aws virtualisation platform you may use https://www.nomadproject.io/docs/agent/configuration/client.html#network_speed, as workaround, also you may note that real network speed in aws depend on instance type, and doesn't published in official documentation. You may use follow stackoverflow post https://stackoverflow.com/questions/18507405/ec2-instance-typess-exact-network-performance, as some empirical numbers |
#4550 is another related issue with fingerprinting on AWS C5s |
ran into this issue today with m5 instances reporting 1Gbit but it's really 10Gbit |
Nomad version
Operating system and Environment details
Issue
Starting Nomad client, seeing the following in the log:
This is related to the new
ens5
on M5 instances vs oldeth0
:The text was updated successfully, but these errors were encountered: