mountpoint-s3 icon indicating copy to clipboard operation
mountpoint-s3 copied to clipboard

Nework Performance missing for i7ie (And many other instance families)

Open plundra opened this issue 8 months ago • 1 comments

Mountpoint for Amazon S3 version

main

AWS Region

No response

Describe the running environment

Bandwidth numbers for a lot of instance families are missing, I noticed on our i7ie instances.

So network_performance.sh needs to be re-ran to generate a new list. I assume a PR for a big generated json is not appreciated, but I'd be happy to.

There are a total of 109 added instance types from 24 different instance families. Interestingly enough, there is also 2 removed instance families (g3 and g3s) with a total of 4 instance types.

Mountpoint options

Any

What happened?

Warns and falls back to 10Gbps as maximum throughput

Relevant log output

mount-s3[302801]: [WARN] mountpoint_s3::cli: failed to detect network throughput. Using 10 gbps as throughput. Use --maximum-throughput-gbps CLI flag to configure a target throughput appropriate for the instance. Detection failed due to: failed to get network throughput

                  Caused by:
                      no throughput configuration for EC2 instance type i7ie.6xlarge

plundra avatar Mar 19 '25 10:03 plundra

Thanks for reporting this, @plundra!

Based on this, we've made improvements to the way we generate the list such that its easier to review in PRs. Since rerunning the script, we now include i7ie.6xlarge (along with many other instance types). https://github.com/awslabs/mountpoint-s3/pull/1369

This will be available in the next release of Mountpoint. I don't have any update on when that will go out, but we'll post here when available.

dannycjones avatar Apr 22 '25 06:04 dannycjones

This is addressed in Mountpoint v1.17.0 released today.

dannycjones avatar May 12 '25 12:05 dannycjones