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

Add --bind option to specify address when running on a host with multiple NICs #815

Open
rocketbitz opened this issue Mar 13, 2024 · 2 comments
Labels
CRT dependency requires CRT work enhancement New feature or request

Comments

@rocketbitz
Copy link

Tell us more about this new feature.

AWS is providing more and more instances with multiple network interfaces (in some cases, each individually capable of 100Gbps) and it would be a valuable feature to be able to bind individual mountpoint instances to each interface and maximize throughput.

For reference, rclone has a feature like this already.

@rocketbitz rocketbitz added the enhancement New feature or request label Mar 13, 2024
@arsh
Copy link
Contributor

arsh commented Mar 19, 2024

Thanks @rocketbitz for opening this issue. I'll do some research internally and post here next steps.

@arsh
Copy link
Contributor

arsh commented Mar 20, 2024

We realized that this will require a new feature in the Common Runtime (CRT) S3 client that mountpoint uses.

awslabs/aws-c-s3#415

@arsh arsh added the CRT dependency requires CRT work label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CRT dependency requires CRT work enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants